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 449 AsanThread *curr_thread = asanThreadRegistry().GetCurrent(); local
450 CHECK(curr_thread);
451 curr_thread->fake_stack().StopUsingFakeStack();
457 AsanThread *curr_thread = asanThreadRegistry().GetCurrent(); local
458 if (curr_thread) {
459 DescribeThread(curr_thread->summary());
asan_rtl.cc 404 AsanThread *curr_thread = asanThreadRegistry().GetCurrent(); local
405 CHECK(curr_thread);
407 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 34 milliseconds