Searched refs:m_end_time (Results 1 – 1 of 1) sorted by relevance
600 gint64 m_end_time; in g_async_queue_timed_pop() local607 m_end_time = g_get_monotonic_time () + in g_async_queue_timed_pop()611 m_end_time = -1; in g_async_queue_timed_pop()614 retval = g_async_queue_pop_intern_unlocked (queue, TRUE, m_end_time); in g_async_queue_timed_pop()646 gint64 m_end_time; in g_async_queue_timed_pop_unlocked() local652 m_end_time = g_get_monotonic_time () + in g_async_queue_timed_pop_unlocked()656 m_end_time = -1; in g_async_queue_timed_pop_unlocked()658 return g_async_queue_pop_intern_unlocked (queue, TRUE, m_end_time); in g_async_queue_timed_pop_unlocked()