Home
last modified time | relevance | path

Searched refs:COND_COUNTER_MASK (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread.c1382 #define COND_COUNTER_MASK (~COND_SHARED_MASK) macro
1429 flags = (cond->value & ~COND_COUNTER_MASK); in __pthread_cond_pulse()
1432 long newval = ((oldval - COND_COUNTER_INCREMENT) & COND_COUNTER_MASK) in __pthread_cond_pulse()