OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pThreadStack
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c
99
} ThreadStack, *
pThreadStack
;
167
pThreadStack
threadStack =
168
(
pThreadStack
)TlsGetValue (threadLocalStorageHandle);
170
pThreadStack
threadStack =
171
(
pThreadStack
)pthread_getspecific(threadLocalStorageHandle);
181
threadStack = (
pThreadStack
) calloc (sizeof(ThreadStack), 1);
205
pThreadStack
threadStack =
206
(
pThreadStack
)TlsGetValue (threadLocalStorageHandle);
208
pThreadStack
threadStack =
209
(
pThreadStack
)pthread_getspecific(threadLocalStorageHandle)
[
all
...]
/external/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
...]
Completed in 69 milliseconds