Searched refs:__pthread_cleanup_func_t (Results 1 – 2 of 2) sorted by relevance
254 typedef void (*__pthread_cleanup_func_t)(void*); typedef258 __pthread_cleanup_func_t __cleanup_routine;262 extern void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t, void*);
46 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()