HomeSort by relevance Sort by last modified time
    Searched full:g_thread_self_tls (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gthread/
gthread-win32.c 62 static DWORD g_thread_self_tls; variable
394 GThreadData *self = TlsGetValue (g_thread_self_tls);
405 win32_check_for_error (TlsSetValue (g_thread_self_tls, self));
417 GThreadData *self = TlsGetValue (g_thread_self_tls);
459 win32_check_for_error (TlsSetValue (g_thread_self_tls, NULL));
476 win32_check_for_error (TlsSetValue (g_thread_self_tls, self));
602 (g_thread_self_tls = TlsAlloc ()));

Completed in 68 milliseconds