Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dthread_adapter.c25 static pthread_once_t g_localKeyOnce = PTHREAD_ONCE_INIT; variable
81 (void) pthread_once(&g_localKeyOnce, KeyCreate); in THREAD_Create()
102 (void) pthread_once(&g_localKeyOnce, KeyCreate); in THREAD_GetThreadLocal()
110 (void) pthread_once(&g_localKeyOnce, KeyCreate); in THREAD_SetThreadLocal()

Completed in 2 milliseconds