Searched refs:condvar (Results 1 – 7 of 7) sorted by relevance
286 #define pipe_static_condvar(condvar) \ argument287 static pipe_condvar condvar = 1000289 #define pipe_condvar_init(condvar) \ argument290 (void) (condvar = 1000)292 #define pipe_condvar_destroy(condvar) \ argument293 (void) condvar298 #define pipe_condvar_wait(condvar, mutex) \ argument300 os_time_sleep(condvar); \304 #define pipe_condvar_signal(condvar) \ argument305 (void) condvar[all …]
148 #define EVTHREAD_ALLOC_COND(condvar) \ argument150 (condvar) = _evthread_cond_fns.alloc_condition ? \262 #define EVTHREAD_ALLOC_COND(condvar) \ argument264 (condvar) = _evthreadimpl_cond_alloc(0); \311 #define EVTHREAD_ALLOC_COND(condvar) _EVUTIL_NIL_STMT argument
52 pipe_condvar_wait(gsync->condvar, gsync->mutex); in egl_g3d_wait_sync_condvar()68 pipe_condvar_broadcast(gsync->condvar); in egl_g3d_signal_sync_condvar()136 pipe_condvar_destroy(gsync->condvar); in egl_g3d_unref_sync()194 pipe_condvar_init(gsync->condvar); in egl_g3d_create_sync()
107 pipe_condvar condvar; member
22 condvar was hit!
1479 30.5.1 [thread.condition.condvar]
1080 before the second thread has been started. Mutexes and condvar addresses1092 lists of mutex and condvar location and updates them with actuall locks1098 condvar API5675 * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers6056 (_dbus_connection_release_io_path): make the mutex and condvar6058 while waiting on the condvar. Hopefully these are baby steps in