HomeSort by relevance Sort by last modified time
    Searched refs:pThreadStack (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 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)
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 98 } ThreadStack, *pThreadStack;
166 pThreadStack threadStack =
167 (pThreadStack)TlsGetValue (threadLocalStorageHandle);
169 pThreadStack threadStack =
170 (pThreadStack)pthread_getspecific(threadLocalStorageHandle);
180 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1);
204 pThreadStack threadStack =
205 (pThreadStack)TlsGetValue (threadLocalStorageHandle);
207 pThreadStack threadStack =
208 (pThreadStack)pthread_getspecific(threadLocalStorageHandle)
    [all...]

Completed in 1503 milliseconds