Home
last modified time | relevance | path

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

/external/lldb/source/Host/freebsd/
DHost.cpp61 static pthread_once_t g_thread_create_once = PTHREAD_ONCE_INIT; variable
73 ::pthread_once (&g_thread_create_once, InitThreadCreated); in ThreadCreated()
/external/lldb/source/Host/macosx/
DHost.mm83 static pthread_once_t g_thread_create_once = PTHREAD_ONCE_INIT;
144 ::pthread_once (&g_thread_create_once, InitThreadCreated);