OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentThreadContext
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_thread.h
49
ThreadContext *
CurrentThreadContext
();
lsan_thread.cc
101
ThreadContext *
CurrentThreadContext
() {
128
CurrentThreadContext
()->os_id = GetTid();
lsan_interceptors.cc
43
if (fast && (t =
CurrentThreadContext
())) { \
Completed in 345 milliseconds