Searched refs:GLIB_SIZEOF_SYSTEM_THREAD (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgthreadprivate.h29 #if GLIB_SIZEOF_SYSTEM_THREAD == SIZEOF_VOID_P
34 #else /* GLIB_SIZEOF_SYSTEM_THREAD != SIZEOF_VOID_P */
36 (memcmp (&(thread1), &(thread2), GLIB_SIZEOF_SYSTEM_THREAD) == 0)
38 (memcpy (&(dest), &(src), GLIB_SIZEOF_SYSTEM_THREAD))
39 #endif /* GLIB_SIZEOF_SYSTEM_THREAD == SIZEOF_VOID_P */
H A Dconfig.h61 #define GLIB_SIZEOF_SYSTEM_THREAD 8 macro
/external/bluetooth/glib/
H A Dconfig.h.win32.in56 #define GLIB_SIZEOF_SYSTEM_THREAD 4

Completed in 442 milliseconds