Searched refs:g_thread_functions_for_glib_use (Results 1 – 7 of 7) sorted by relevance
105 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()
833 s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/
42 (g_thread_functions_for_glib_use.thread_equal ? \43 g_thread_functions_for_glib_use.thread_equal (&(thread1), &(thread2)) :\
116 GLIB_VAR GThreadFunctions g_thread_functions_for_glib_use; variable159 (*g_thread_functions_for_glib_use . op) arglist165 (*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) \
95 GThreadFunctions g_thread_functions_for_glib_use = { variable
650 g_thread_functions_for_glib_use
1644 * glib/gthread.c: Use g_thread_functions_for_glib_use.thread_equal6512 using gcc on Win32, g_thread_functions_for_glib_use must be marked6951 * gmutex.c: Must declare g_thread_functions_for_glib_use as6956 value of g_thread_functions_for_glib_use (?).