Searched refs:condvar (Results 1 – 10 of 10) sorted by relevance
17 test_makefile := external/libcxx/test/thread/thread.condition/thread.condition.condvar/Android.mk19 test_name := thread/thread.condition/thread.condition.condvar/default23 test_name := thread/thread.condition/thread.condition.condvar/notify_one27 test_name := thread/thread.condition/thread.condition.condvar/wait_until31 test_name := thread/thread.condition/thread.condition.condvar/destructor35 test_name := thread/thread.condition/thread.condition.condvar/wait39 test_name := thread/thread.condition/thread.condition.condvar/native_handle43 test_name := thread/thread.condition/thread.condition.condvar/wait_pred47 test_name := thread/thread.condition/thread.condition.condvar/wait_until_pred51 test_name := thread/thread.condition/thread.condition.condvar/notify_all[all …]
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 …]
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!
59 condvar.obj \502 condvar.obj: condvar.c $(CONDVAR_SRCS) $(INCL)
1479 30.5.1 [thread.condition.condvar]