Lines Matching refs:pThreadStack
136 } ThreadStack, *pThreadStack;
203 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle);
205 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
215 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1);
238 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle);
240 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
444 pThreadStack threadStack = (pThreadStack)TlsGetValue (threadLocalStorageHandle);
446 pThreadStack threadStack = (pThreadStack)pthread_getspecific(threadLocalStorageHandle);