Lines Matching refs:pThreadStack
97 } ThreadStack, *pThreadStack; typedef
165 pThreadStack threadStack = in iJIT_NotifyEvent()
166 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()
168 pThreadStack threadStack = in iJIT_NotifyEvent()
169 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
179 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1); in iJIT_NotifyEvent()
203 pThreadStack threadStack = in iJIT_NotifyEvent()
204 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()
206 pThreadStack threadStack = in iJIT_NotifyEvent()
207 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
424 pThreadStack threadStack = in FinalizeThread()
425 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in FinalizeThread()
427 pThreadStack threadStack = in FinalizeThread()
428 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()