Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c86 static DWORD threadLocalStorageHandle = 0; variable
88 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0; variable
166 (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 …]