Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.cpp20 pthread_key_t g_executeCtxTlsKey = 0; variable
34 pthread_key_create(&g_executeCtxTlsKey, ExecuteCtxTlsDestructor); in MakeExecuteCtxTlsKey()
54 void *curTls = pthread_getspecific(g_executeCtxTlsKey); in Cur()
59 pthread_setspecific(g_executeCtxTlsKey, ctx); in Cur()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp58 extern pthread_key_t g_executeCtxTlsKey;
107 const pthread_key_t updKeyMap[] = {g_executeCtxTlsKey, g_coThreadTlsKey}; in InitWorkerTsdValueToTask()
151 const pthread_key_t updKeyMap[] = {g_executeCtxTlsKey, g_coThreadTlsKey}; in UpdateWorkerTsdValueToThread()