Home
last modified time | relevance | path

Searched refs:pthread_cleanup_pop (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dpthread_h.c212 #if !defined(pthread_cleanup_pop) in pthread_h()
213 #error pthread_cleanup_pop in pthread_h()
/bionic/libc/include/
Dpthread.h313 #define pthread_cleanup_pop(execute) \ macro
/bionic/libc/tools/
Dposix-2013.txt742 pthread_cleanup_pop
/bionic/tests/
Dpthread_test.cpp1951 pthread_cleanup_pop(0); // Pop the abort without executing it. in PthreadCleanupTester()
1952 pthread_cleanup_pop(1); // Pop one count while executing it. in PthreadCleanupTester()
1958 pthread_cleanup_pop(0); in PthreadCleanupTester()