Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_exit.cpp53 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { in __pthread_cleanup_pop() function
/bionic/libc/include/
Dpthread.h250 extern void __pthread_cleanup_pop(__pthread_cleanup_t*, int);
264 __pthread_cleanup_pop( &__cleanup, (execute)); \