Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.cpp21 pthread_once_t g_executeCtxKeyOnce = PTHREAD_ONCE_INIT; variable
52 pthread_once(&g_executeCtxKeyOnce, MakeExecuteCtxTlsKey); in Cur()