HomeSort by relevance Sort by last modified time
    Searched full:errorcheck_functions (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gthread/
gthread-impl.c 255 GThreadFunctions errorcheck_functions; local
272 errorcheck_functions = g_thread_functions_for_glib_use_default;
273 errorcheck_functions.mutex_new = g_mutex_new_errorcheck_impl;
274 errorcheck_functions.mutex_lock =
276 errorcheck_functions.mutex_trylock =
278 errorcheck_functions.mutex_unlock =
280 errorcheck_functions.mutex_free =
282 errorcheck_functions.cond_wait =
284 errorcheck_functions.cond_timed_wait =
288 g_thread_init (&errorcheck_functions);
    [all...]

Completed in 38 milliseconds