Home
last modified time | relevance | path

Searched refs:__cancel_arg (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/nptl/
Dpthread.h560 void *__cancel_arg; member
571 void *__cancel_arg; 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), \
685 void *__cancel_arg = (arg); \
690 __cancel_routine (__cancel_arg); \
707 __cancel_routine (__cancel_arg); \
[all …]
DpthreadP.h590 void *__cancel_arg; member
608 __frame->__cancel_routine (__frame->__cancel_arg); in __pthread_cleanup_combined_routine()
621 __frame->__cancel_routine (__frame->__cancel_arg); in __pthread_cleanup_combined_routine_voidptr()
631 = { .__cancel_routine = __cancel_routine, .__cancel_arg = (arg), \
641 __cancel_routine (__clframe.__cancel_arg); \
Dlibc-lockP.h169 f->__cancel_routine (f->__cancel_arg); in __libc_cleanup_routine()
176 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
/glibc-2.36/nptl/
Dcleanup_routine.c25 f->__cancel_routine (f->__cancel_arg); in ___pthread_cleanup_routine()