OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_MUTEX_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gthread/
gthread-none.c
39
#define
G_MUTEX_SIZE
0
gthread-impl.c
80
(((GMutexDebugInfo*)(((char*)mutex)+
G_MUTEX_SIZE
)))
87
retval = g_realloc (retval,
G_MUTEX_SIZE
+ sizeof (GMutexDebugInfo));
gthread-posix.c
120
#define
G_MUTEX_SIZE
(sizeof (pthread_mutex_t))
gthread-win32.c
55
#define
G_MUTEX_SIZE
(sizeof (gpointer))
Completed in 486 milliseconds