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

/bionic/libc/bionic/
H A Dpthread_cond.cpp59 #define COND_COUNTER_STEP 0x0004 macro
167 atomic_fetch_add_explicit(&cond->state, COND_COUNTER_STEP, memory_order_relaxed);

Completed in 338 milliseconds