Searched refs:threadLocalStorageHandle (Results 1 – 1 of 1) sorted by relevance
86 static DWORD threadLocalStorageHandle = 0; variable88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0; variable166 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()183 TlsSetValue(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()185 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()204 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()404 if (!threadLocalStorageHandle) in loadiJIT_Funcs()406 threadLocalStorageHandle = TlsAlloc(); in loadiJIT_Funcs()[all …]