Lines Matching refs:pThreadStack
99 } ThreadStack, *pThreadStack; typedef
167 pThreadStack threadStack = in iJIT_NotifyEvent()
168 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()
170 pThreadStack threadStack = in iJIT_NotifyEvent()
171 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
181 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1); in iJIT_NotifyEvent()
205 pThreadStack threadStack = in iJIT_NotifyEvent()
206 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()
208 pThreadStack threadStack = in iJIT_NotifyEvent()
209 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()
426 pThreadStack threadStack = in FinalizeThread()
427 (pThreadStack)TlsGetValue (threadLocalStorageHandle); in FinalizeThread()
429 pThreadStack threadStack = in FinalizeThread()
430 (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()