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

  /external/bluetooth/glib/glib/
gthreadprivate.h 29 #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 */
config.h 61 #define GLIB_SIZEOF_SYSTEM_THREAD 8
  /external/bluetooth/glib/
config.h.win32.in 56 #define GLIB_SIZEOF_SYSTEM_THREAD 4

Completed in 71 milliseconds