Lines Matching refs:__cancel_routine
559 void (*__cancel_routine) (void *); member
570 void (*__cancel_routine) (void *); 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()
628 __frame->__cancel_routine (__frame->__cancel_arg); in __pthread_cleanup_routine()
642 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
659 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
684 void (*__cancel_routine) (void *) = (routine); \
690 __cancel_routine (__cancel_arg); \
707 __cancel_routine (__cancel_arg); \
719 void (*__cancel_routine) (void *) = (routine); \
725 __cancel_routine (__cancel_arg); \
743 __cancel_routine (__cancel_arg); \