“476e9c90e8e8c3a10e0a4713dc7e230fa14166ed”上不存在“data/2.算法中阶/4.leetcode-栈与队列/10.42-接雨水/solution.cpp”
fix static linking dependency bloat with cancellation
previously, pthread_cleanup_push/pop were pulling in all of pthread_create due to dependency on the __pthread_unwind_next function. this was not needed, as cancellation cleanup handlers can never be called unless pthread_exit or pthread_cancel is reachable.
Showing
src/thread/cancellation3.c
已删除
100644 → 0
想要评论请 注册 或 登录