Home
last modified time | relevance | path

Searched defs:curr_thread (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc325 PyThreadState* curr_thread = PyThreadState_Get(); in SetProfilerInAllThreads() local
337 PyThreadState* curr_thread = PyThreadState_Get(); in ClearProfilerInAllThreads() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtl.cpp577 if (AsanThread *curr_thread = GetCurrentThread()) { in UnpoisonDefaultStack() local
598 AsanThread *curr_thread = GetCurrentThread(); in UnpoisonFakeStack() local
/external/compiler-rt/lib/asan/
Dasan_rtl.cc603 AsanThread *curr_thread = GetCurrentThread(); in __asan_handle_no_return() local
/external/llvm-project/lldb/source/Target/
DProcess.cpp935 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent() local