Searched refs:waiter_count (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp40 cond->waiter_count = 0;
68 cond->waiter_count++;
90 cond->waiter_count--;
92 if (cond->waiter_count == 0)
102 if (cond->waiter_count == 0)
/haiku-fatelf/headers/posix/sys/
H A Dtypes.h89 __haiku_std_int32 waiter_count; member in struct:_pthread_cond

Completed in 156 milliseconds