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

/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp31 atomic_add_if_greater(int32* value, int32 amount, int32 testValue) argument
34 while (current > testValue) {

Completed in 30 milliseconds