HomeSort by relevance Sort by last modified time
    Searched refs:g_thread_functions_for_glib_use_default (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/gthread/
gthread-none.c 35 g_thread_functions_for_glib_use_default; /* is NULLified */ variable
gthread-impl.c 85 GMutex *retval = g_thread_functions_for_glib_use_default.mutex_new ();
112 g_thread_functions_for_glib_use_default.mutex_lock (mutex);
134 if (!g_thread_functions_for_glib_use_default.mutex_trylock (mutex))
165 g_thread_functions_for_glib_use_default.mutex_unlock (mutex);
181 g_thread_functions_for_glib_use_default.mutex_free (mutex);
206 g_thread_functions_for_glib_use_default.cond_wait (cond, mutex);
238 retval = g_thread_functions_for_glib_use_default.cond_timed_wait (cond,
265 * g_thread_functions_for_glib_use_default as the
267 * of g_thread_functions_for_glib_use_default based on operating
272 errorcheck_functions = g_thread_functions_for_glib_use_default;
    [all...]
gthread-win32.c 80 static GThreadFunctions g_thread_functions_for_glib_use_default; variable
242 g_thread_functions_for_glib_use_default.mutex_unlock (entered_mutex);
247 g_thread_functions_for_glib_use_default.mutex_lock (entered_mutex);
564 static GThreadFunctions g_thread_functions_for_glib_use_default = variable
627 g_thread_functions_for_glib_use_default.mutex_new =
629 g_thread_functions_for_glib_use_default.mutex_lock =
631 g_thread_functions_for_glib_use_default.mutex_trylock =
633 g_thread_functions_for_glib_use_default.mutex_unlock =
635 g_thread_functions_for_glib_use_default.mutex_free =
gthread-posix.c 444 static GThreadFunctions g_thread_functions_for_glib_use_default = variable

Completed in 27 milliseconds