Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/
DSDL_syssem.c79 Uint32 waiters_count; member
95 sem->waiters_count = 0; in SDL_CreateSemaphore()
115 while (sem->waiters_count > 0) { in SDL_DestroySemaphore()
164 ++sem->waiters_count; in SDL_SemWaitTimeout()
170 --sem->waiters_count; in SDL_SemWaitTimeout()
207 if (sem->waiters_count > 0) { in SDL_SemPost()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c358 cv->waiters_count = 0; in InitializeXPConditionVariable()
378 cv->waiters_count++; in SleepXPConditionVariable()
386 cv->waiters_count--; in SleepXPConditionVariable()
387 last_waiter = result == (C_SIGNAL + C_BROADCAST && (cv->waiters_count == 0)); in SleepXPConditionVariable()
400 have_waiters = cv->waiters_count > 0; in WakeAllXPConditionVariable()
Dsctp_os_userspace.h62 u_int waiters_count; member
/third_party/libuv/include/uv/
Dwin.h259 unsigned int waiters_count; member