Searched defs:curr_thread (Results 1 - 2 of 2) 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/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 2943 milliseconds