Searched refs:pThreadStack (Results 1 – 2 of 2) sorted by relevance
136 } ThreadStack, *pThreadStack; typedef203 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()205 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()215 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1); in iJIT_NotifyEvent()238 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle); in iJIT_NotifyEvent()240 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in iJIT_NotifyEvent()444 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle); in FinalizeThread()446 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle); in FinalizeThread()
99 } ThreadStack, *pThreadStack; typedef167 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()[all …]