simplify cancellation push/pop slightly
no need to pass unnecessary extra arguments on to the core code in pthread_create.c. this just wastes cycles and code bloat.
Showing
想要评论请 注册 或 登录
no need to pass unnecessary extra arguments on to the core code in pthread_create.c. this just wastes cycles and code bloat.