Searched refs:threadLocalStorageHandle (Results 1 – 2 of 2) sorted by relevance
125 static DWORD threadLocalStorageHandle = 0; variable127 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0; variable203 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()205 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()219 TlsSetValue(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()221 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()238 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()240 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()424 if (!threadLocalStorageHandle) in loadiJIT_Funcs()426 threadLocalStorageHandle = TlsAlloc(); in loadiJIT_Funcs()[all …]
87 static DWORD threadLocalStorageHandle = 0; variable89 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0; variable167 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()170 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()184 TlsSetValue(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()186 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()205 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()208 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()405 if (!threadLocalStorageHandle) in loadiJIT_Funcs()407 threadLocalStorageHandle = TlsAlloc(); in loadiJIT_Funcs()[all …]