Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgasyncqueueprivate.h25 GMutex *_g_async_queue_get_mutex (GAsyncQueue *queue);
Dgthreadpool.c488 g_cond_wait (&spawn_thread_cond, _g_async_queue_get_mutex (spawn_thread_queue)); in g_thread_pool_start_thread()
904 g_cond_wait (&real->cond, _g_async_queue_get_mutex (real->queue)); in g_thread_pool_free()
Dgasyncqueue.c901 _g_async_queue_get_mutex (GAsyncQueue *queue) in _g_async_queue_get_mutex() function