Home
last modified time | relevance | path

Searched refs:GMutexDebugInfo (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-impl.c72 typedef struct _GMutexDebugInfo GMutexDebugInfo; typedef
80 (((GMutexDebugInfo*)(((char*)mutex)+G_MUTEX_SIZE)))
86 GMutexDebugInfo *info; in g_mutex_new_errorcheck_impl()
87 retval = g_realloc (retval, G_MUTEX_SIZE + sizeof (GMutexDebugInfo)); in g_mutex_new_errorcheck_impl()
101 GMutexDebugInfo *info = G_MUTEX_DEBUG_INFO (mutex); in g_mutex_lock_errorcheck_impl()
123 GMutexDebugInfo *info = G_MUTEX_DEBUG_INFO (mutex); in g_mutex_trylock_errorcheck_impl()
148 GMutexDebugInfo *info = G_MUTEX_DEBUG_INFO (mutex); in g_mutex_unlock_errorcheck_impl()
173 GMutexDebugInfo *info = G_MUTEX_DEBUG_INFO (mutex); in g_mutex_free_errorcheck_impl()
190 GMutexDebugInfo *info = G_MUTEX_DEBUG_INFO (mutex); in g_cond_wait_errorcheck_impl()
220 GMutexDebugInfo *info = G_MUTEX_DEBUG_INFO (mutex); in g_cond_timed_wait_errorcheck_impl()