Home
last modified time | relevance | path

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

/external/bluetooth/glib/gthread/
Dgthread-impl.c105 g_thread_functions_for_glib_use.thread_self (&self); in g_mutex_lock_errorcheck_impl()
127 g_thread_functions_for_glib_use.thread_self (&self); in g_mutex_trylock_errorcheck_impl()
152 g_thread_functions_for_glib_use.thread_self (&self); in g_mutex_unlock_errorcheck_impl()
194 g_thread_functions_for_glib_use.thread_self (&self); in g_cond_wait_errorcheck_impl()
225 g_thread_functions_for_glib_use.thread_self (&self); in g_cond_timed_wait_errorcheck_impl()
337 init->thread_self); in g_thread_init()
DChangeLog716 thread_create and thread_self to return the system thread into
/external/bluetooth/glib/glib/
Dgthread.c155 G_THREAD_UF (thread_self, (&main_thread->system_thread)); in g_thread_init_glib()
306 G_THREAD_UF (thread_self, (&self)); in g_static_rec_mutex_lock()
328 G_THREAD_UF (thread_self, (&self)); in g_static_rec_mutex_trylock()
374 G_THREAD_UF (thread_self, (&self)); in g_static_rec_mutex_lock_full()
770 G_THREAD_UF (thread_self, (&thread->system_thread)); in g_thread_self()
Dgthread.h111 void (*thread_self) (gpointer thread); member
/external/bluetooth/glib/
DChangeLog.pre-2-06123 thread_self to return the system thread into provided memory