Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h285 extern void __pthread_cleanup_pop(__pthread_cleanup_t* c,
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
/bionic/libc/bionic/
Dpthread.c556 void __pthread_cleanup_pop( __pthread_cleanup_t* c, int execute ) in __pthread_cleanup_pop() function