Home
last modified time | relevance | path

Searched refs:g_thread_functions_for_glib_use (Results 1 – 7 of 7) 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()
314 g_thread_functions_for_glib_use = *init; in g_thread_init()
DChangeLog833 s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/
/external/bluetooth/glib/glib/
Dgthreadprivate.h42 (g_thread_functions_for_glib_use.thread_equal ? \
43 g_thread_functions_for_glib_use.thread_equal (&(thread1), &(thread2)) :\
Dgthread.h116 GLIB_VAR GThreadFunctions g_thread_functions_for_glib_use; variable
159 (*g_thread_functions_for_glib_use . op) arglist
165 (*g_thread_functions_for_glib_use . op)) \
192 g_thread_functions_for_glib_use.cond_wait) \
197 g_thread_functions_for_glib_use.cond_timed_wait) \
Dgthread.c95 GThreadFunctions g_thread_functions_for_glib_use = { variable
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt650 g_thread_functions_for_glib_use
/external/bluetooth/glib/
DChangeLog.pre-2-01644 * glib/gthread.c: Use g_thread_functions_for_glib_use.thread_equal
6512 using gcc on Win32, g_thread_functions_for_glib_use must be marked
6951 * gmutex.c: Must declare g_thread_functions_for_glib_use as
6956 value of g_thread_functions_for_glib_use (?).