Searched refs:__cancel_routine (Results 1 – 2 of 2) sorted by relevance
514 void (*__cancel_routine) (void *); member525 void (*__cancel_routine) (void *); 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()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); \[all …]
432 f->__cancel_routine (f->__cancel_arg); in __libc_cleanup_routine()439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \