Searched defs:__pthread_cleanup_func_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dpthread.h254 typedef void (*__pthread_cleanup_func_t)(void*); typedef
258 __pthread_cleanup_func_t __cleanup_routine;
262 extern void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t, void*);

Completed in 24 milliseconds