Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c1381 #define COND_COUNTER_INCREMENT 0x0002 macro
1432 long newval = ((oldval - COND_COUNTER_INCREMENT) & COND_COUNTER_MASK) in __pthread_cond_pulse()