Home
last modified time | relevance | path

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

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