Home
last modified time | relevance | path

Searched refs:__pthread_cleanup_func_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dpthread.h277 typedef void (*__pthread_cleanup_func_t)(void*); typedef
281 __pthread_cleanup_func_t __cleanup_routine;
286 __pthread_cleanup_func_t routine,
/bionic/libc/bionic/
Dpthread.c540 __pthread_cleanup_func_t routine, in __pthread_cleanup_push()