HomeSort by relevance Sort by last modified time
    Searched refs:curr_thread (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_report.cc 482 AsanThread *curr_thread = GetCurrentThread(); local
483 CHECK(curr_thread);
484 if (curr_thread->fake_stack())
485 curr_thread->fake_stack()->StopUsingFakeStack();
491 AsanThread *curr_thread = GetCurrentThread(); local
492 if (curr_thread) {
493 DescribeThread(curr_thread->context());
asan_rtl.cc 411 AsanThread *curr_thread = GetCurrentThread(); local
412 CHECK(curr_thread);
414 uptr top = curr_thread->stack_top();
  /external/linux-tools-perf/
builtin-sched.c 1428 static struct thread *curr_thread[MAX_CPUS]; variable in typeref:struct:thread
1466 curr_thread[this_cpu] = sched_in;
1494 if (curr_thread[cpu]) {
1495 if (curr_thread[cpu]->pid)
1496 printf("%2s ", curr_thread[cpu]->shortname);
    [all...]

Completed in 83 milliseconds