Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp60 pthread_once_t g_coThreadTlsKeyOnce = PTHREAD_ONCE_INIT; variable
77 pthread_once(&g_coThreadTlsKeyOnce, MakeCoEnvTlsKey); in GetCoEnv()