Home
last modified time | relevance | path

Searched defs:pthread_cleanup_pop (Results 1 – 2 of 2) sorted by relevance

/external/musl/include/
Dpthread.h216 #define pthread_cleanup_pop(r) _pthread_cleanup_pop(&__cb, (r)); } while(0) macro
/external/trusty/musl/include/
Dpthread.h213 #define pthread_cleanup_pop(r) _pthread_cleanup_pop(&__cb, (r)); } while(0) macro