Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
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 …]
/aosp_15_r20/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c88 static DWORD threadLocalStorageHandle = 0; variable
90 static pthread_key_t threadLocalStorageHandle = (pthread_key_t)0; variable
168 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()
171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
185 TlsSetValue(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()
187 pthread_setspecific(threadLocalStorageHandle,(void*)threadStack); in iJIT_NotifyEvent()
206 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()
209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
406 if (!threadLocalStorageHandle) in loadiJIT_Funcs()
408 threadLocalStorageHandle = TlsAlloc(); in loadiJIT_Funcs()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
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 …]