Searched refs:__do_it (Results 1 – 2 of 2) sorted by relevance
516 int __do_it; member527 int __do_it; variable532 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } in __pthread_cleanup_class()533 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); } in ~__pthread_cleanup_class()534 void __setdoit (int __newval) { __do_it = __newval; } in __setdoit()582 if (__frame->__do_it) in __pthread_cleanup_routine()598 .__do_it = 1 };603 __clframe.__do_it = (execute); \615 .__do_it = 1 }; \624 __clframe.__do_it = (execute); \
431 if (f->__do_it) in __libc_cleanup_routine()440 .__do_it = 1 };443 __clframe.__do_it = (execute); \