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

/bionic/libc/bionic/
H A Dpthread_cond.cpp46 // CLOCK_MONOTONIC is ((clockid_t) 0).). The rest of the bits are a counter.
125 // pthread_cond_signal to atomically decrement the counter
126 // then wake up 'counter' threads.
127 static int __pthread_cond_pulse(pthread_cond_t* cond, int counter) { argument
147 __futex_wake_ex(&cond->value, COND_IS_SHARED(cond->value), counter);
/bionic/libc/include/arpa/
H A Dnameser.h268 int counter; member in struct:ns_tcp_tsig_state

Completed in 295 milliseconds