Searched refs:__pthread_cleanup_func_t (Results 1 – 2 of 2) sorted by relevance
291 typedef void (*__pthread_cleanup_func_t)(void*); typedef295 __pthread_cleanup_func_t __cleanup_routine;299 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t, void*);
51 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()