Searched refs:g_coThreadTlsKey (Results 1 – 1 of 1) sorted by relevance
59 pthread_key_t g_coThreadTlsKey = 0; variable71 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()