Searched defs:LIBC_CANCEL_RESET (Results 1 – 3 of 3) sorted by relevance
35 #define LIBC_CANCEL_RESET(oldtype) __pthread_disable_asynccancel (oldtype) macro
7 #define LIBC_CANCEL_RESET(val) ((void)(val)) /* Nothing, but evaluate it. */ macro
21 #define LIBC_CANCEL_RESET(val) do { \ macro
Completed in 12 milliseconds