further debloat cancellation handlers
cleanup push and pop are also no-ops if pthread_exit is not reachable. this can make a big difference for library code which needs to protect itself against cancellation, but which is unlikely to actually be used in programs with threads/cancellation.
Showing
src/thread/cancellation2.c
已删除
100644 → 0
想要评论请 注册 或 登录