Home
last modified time | relevance | path

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

/external/bluetooth/glib/gthread/
Dgthread-impl.c41 static GSystemThread zero_thread; /* This is initialized to all zero */ variable
90 g_system_thread_assign (info->owner, zero_thread); in g_mutex_new_errorcheck_impl()
154 if (g_system_thread_equal (info->owner, zero_thread)) in g_mutex_unlock_errorcheck_impl()
162 g_system_thread_assign (info->owner, zero_thread); in g_mutex_unlock_errorcheck_impl()
176 if (info && !g_system_thread_equal (info->owner, zero_thread)) in g_mutex_free_errorcheck_impl()
196 if (g_system_thread_equal (info->owner, zero_thread)) in g_cond_wait_errorcheck_impl()
203 g_system_thread_assign (info->owner, zero_thread); in g_cond_wait_errorcheck_impl()
227 if (g_system_thread_equal (info->owner, zero_thread)) in g_cond_timed_wait_errorcheck_impl()
235 g_system_thread_assign (info->owner, zero_thread); in g_cond_timed_wait_errorcheck_impl()
/external/bluetooth/glib/glib/
Dgthread.c91 static GSystemThread zero_thread; /* This is initialized to all zero */ variable
357 g_system_thread_assign (mutex->owner, zero_thread); in g_static_rec_mutex_unlock()
398 g_system_thread_assign (mutex->owner, zero_thread); in g_static_rec_mutex_unlock_full()
582 g_system_thread_assign (thread->system_thread, zero_thread); in g_thread_cleanup()
701 zero_thread), NULL); in g_thread_join()
723 g_system_thread_assign (real->system_thread, zero_thread); in g_thread_join()
741 g_return_if_fail (!g_system_thread_equal (real->system_thread, zero_thread)); in g_thread_set_priority()