Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c212 #if !defined(pthread_cleanup_pop) in pthread_h()
213 #error pthread_cleanup_pop in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h313 #define pthread_cleanup_pop(execute) \ macro
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt742 pthread_cleanup_pop
/aosp12/bionic/tests/
H A 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()