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()204 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()404 if (!threadLocalStorageHandle) in loadiJIT_Funcs()406 threadLocalStorageHandle = TlsAlloc(); in loadiJIT_Funcs()408 pthread_key_create(&threadLocalStorageHandle, NULL); in loadiJIT_Funcs()421 if (threadLocalStorageHandle) in FinalizeThread()459 if (threadLocalStorageHandle) in FinalizeProcess()461 TlsFree (threadLocalStorageHandle); in FinalizeProcess()[all …]