Home
last modified time | relevance | path

Searched refs:__do_it (Results 1 – 3 of 3) sorted by relevance

/sysdeps/nptl/
A Dlibc-lockP.h168 if (f->__do_it) in __libc_cleanup_routine()
177 .__do_it = 1 };
180 __clframe.__do_it = (execute); \
A Dpthread.h561 int __do_it; member
572 int __do_it; variable
577 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } in __pthread_cleanup_class()
578 ~__pthread_cleanup_class () { if (__do_it) __cancel_routine (__cancel_arg); } in ~__pthread_cleanup_class()
579 void __setdoit (int __newval) { __do_it = __newval; } in __setdoit()
627 if (__frame->__do_it) in __pthread_cleanup_routine()
643 .__do_it = 1 };
648 __clframe.__do_it = (execute); \
660 .__do_it = 1 }; \
669 __clframe.__do_it = (execute); \
A DpthreadP.h590 int __do_it; member
605 if (__frame->__do_it) in __pthread_cleanup_combined_routine()
608 __frame->__do_it = 0; in __pthread_cleanup_combined_routine()
618 if (__frame->__do_it) in __pthread_cleanup_combined_routine_voidptr()
621 __frame->__do_it = 0; in __pthread_cleanup_combined_routine_voidptr()
631 .__do_it = 1 }; \
638 __clframe.__do_it = 0; \

Completed in 7 milliseconds