Searched refs:g_async_queue_pop_intern_unlocked (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/ |
D | gasyncqueue.c | 407 g_async_queue_pop_intern_unlocked (GAsyncQueue *queue, in g_async_queue_pop_intern_unlocked() function 453 retval = g_async_queue_pop_intern_unlocked (queue, TRUE, -1); in g_async_queue_pop() 475 return g_async_queue_pop_intern_unlocked (queue, TRUE, -1); in g_async_queue_pop_unlocked() 496 retval = g_async_queue_pop_intern_unlocked (queue, FALSE, -1); in g_async_queue_try_pop() 519 return g_async_queue_pop_intern_unlocked (queue, FALSE, -1); in g_async_queue_try_pop_unlocked() 545 retval = g_async_queue_pop_intern_unlocked (queue, TRUE, end_time); in g_async_queue_timeout_pop() 574 return g_async_queue_pop_intern_unlocked (queue, TRUE, end_time); in g_async_queue_timeout_pop_unlocked() 614 retval = g_async_queue_pop_intern_unlocked (queue, TRUE, m_end_time); in g_async_queue_timed_pop() 658 return g_async_queue_pop_intern_unlocked (queue, TRUE, m_end_time); in g_async_queue_timed_pop_unlocked()
|