Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgthreadpool.c128 static GCond spawn_thread_cond; variable
321 g_cond_broadcast (&spawn_thread_cond); in g_thread_pool_spawn_thread()
488 g_cond_wait (&spawn_thread_cond, _g_async_queue_get_mutex (spawn_thread_queue)); in g_thread_pool_start_thread()
619 g_cond_init (&spawn_thread_cond); in g_thread_pool_new()