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

/bionic/libc/bionic/
H A Dpthread_cond.cpp58 #define COND_CLOCK_MASK 0x0002 macro
60 #define COND_FLAGS_MASK (COND_SHARED_MASK | COND_CLOCK_MASK)
64 #define COND_GET_CLOCK(c) (((c) & COND_CLOCK_MASK) >> 1)

Completed in 119 milliseconds