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

  /external/kernel-headers/original/linux/
mutex.h 133 * NOTE: mutex_trylock() follows the spin_trylock() convention,
136 extern int fastcall mutex_trylock(struct mutex *lock);
  /external/bluetooth/glib/gthread/
gthread-impl.c 134 if (!g_thread_functions_for_glib_use_default.mutex_trylock (mutex))
276 errorcheck_functions.mutex_trylock =
320 init->mutex_trylock &&
gthread-win32.c 631 g_thread_functions_for_glib_use_default.mutex_trylock =
  /bionic/libc/netbsd/net/
reentrant.h 150 #define mutex_trylock(m) __libc_mutex_trylock((m)) macro
236 #define mutex_trylock(m)
  /external/bluetooth/glib/glib/
gthread.h 82 gboolean (*mutex_trylock) (GMutex *mutex); member in struct:_GThreadFunctions
172 G_THREAD_CF (mutex_trylock, TRUE, (mutex))
185 G_THREAD_ECF (mutex_trylock, TRUE, (mutex), gboolean)

Completed in 316 milliseconds