Searched refs:__fct (Results 1 – 2 of 2) sorted by relevance
162 void (*__fct) (void *); member171 framep->__fct (framep->__argp); in __libc_cleanup_fct()180 { .__fct = (FCT), .__argp = (ARG), .__doit = (DOIT) };
576 __pthread_cleanup_class (void (*__fct) (void *), void *__arg) in __pthread_cleanup_class()577 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { } in __pthread_cleanup_class()
Completed in 6 milliseconds