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

/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc740 AsanThread *curr_thread = GetCurrentThread(); local
741 CHECK(curr_thread);
743 uptr top = curr_thread->stack_top();
760 if (curr_thread->has_fake_stack())
761 curr_thread->fake_stack()->HandleNoReturn();
/external/lldb/tools/driver/
H A DDriver.cpp813 SBThread curr_thread (process.GetSelectedThread());
816 curr_thread_stop_reason = curr_thread.GetStopReason();
818 if (!curr_thread.IsValid() ||
859 if (curr_thread.IsValid())
860 thread = curr_thread;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c138 struct thread *curr_thread[MAX_CPUS]; member in struct:perf_sched
1307 sched->curr_thread[this_cpu] = sched_in;
1335 if (sched->curr_thread[cpu]) {
1336 if (sched->curr_thread[cpu]->tid)
1337 printf("%2s ", sched->curr_thread[cpu]->shortname);

Completed in 910 milliseconds