Searched defs:pthread_cleanup_push (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/libs/libmuslc/include/
H A Dpthread.h209 #define pthread_cleanup_push(f, x) do { struct __ptcb __cb; _pthread_cleanup_push(&__cb, f, x); macro

Completed in 22 milliseconds