Searched refs:pthread_cleanup_pop (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dpthread.h266 * pthread_cleanup_pop below are correct. Posix states that these
276 #define pthread_cleanup_pop(execute) \ macro
/bionic/tests/
H A Dpthread_test.cpp1463 pthread_cleanup_pop(0); // Pop the abort without executing it.
1464 pthread_cleanup_pop(1); // Pop one count while executing it.
1469 // Calls to pthread_cleanup_pop/pthread_cleanup_push must always be balanced.
1470 pthread_cleanup_pop(0);

Completed in 3212 milliseconds