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

/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc585 AsanThread *curr_thread = GetCurrentThread(); local
588 if (curr_thread) {
589 top = curr_thread->stack_top();
613 if (curr_thread && curr_thread->has_fake_stack())
614 curr_thread->fake_stack()->HandleNoReturn();

Completed in 102 milliseconds