Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp59 pthread_key_t g_coThreadTlsKey = 0; variable
71 pthread_key_create(&g_coThreadTlsKey, CoEnvDestructor); in MakeCoEnvTlsKey()
79 void *curTls = pthread_getspecific(g_coThreadTlsKey); in GetCoEnv()
84 pthread_setspecific(g_coThreadTlsKey, coEnv); in GetCoEnv()
107 const pthread_key_t updKeyMap[] = {g_executeCtxTlsKey, g_coThreadTlsKey}; in InitWorkerTsdValueToTask()
151 const pthread_key_t updKeyMap[] = {g_executeCtxTlsKey, g_coThreadTlsKey}; in UpdateWorkerTsdValueToThread()