pthread.h | 516 int __do_it; member in struct:__pthread_cleanup_frame 527 int __do_it; member in class:__pthread_cleanup_class 532 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } 533 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); } 534 void __setdoit (int __newval) { __do_it = __newval; } 582 if (__frame->__do_it) 598 .__do_it = 1 }; 603 __clframe.__do_it = (execute); \ 615 .__do_it = 1 }; \ 624 __clframe.__do_it = (execute); [all...] |