Lines Matching refs:__cancel_routine
514 void (*__cancel_routine) (void *); member
525 void (*__cancel_routine) (void *); variable
532 : __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()
583 __frame->__cancel_routine (__frame->__cancel_arg); in __pthread_cleanup_routine()
597 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
614 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
639 void (*__cancel_routine) (void *) = (routine); \
645 __cancel_routine (__cancel_arg); \
662 __cancel_routine (__cancel_arg); \
674 void (*__cancel_routine) (void *) = (routine); \
680 __cancel_routine (__cancel_arg); \
698 __cancel_routine (__cancel_arg); \