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

  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 515 ThreadId tid_main; local
535 tid_main = VG_(alloc_ThreadState)();
543 vg_assert(tid_main == 1);
545 return tid_main;
555 void VG_(scheduler_init_phase2) ( ThreadId tid_main,
559 VG_(debugLog)(1,"sched","sched_init_phase2: tid_main=%d, "
561 tid_main, clstack_end, clstack_size);
566 VG_(threads)[tid_main].client_stack_highest_word
568 VG_(threads)[tid_main].client_stack_szB
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1403 ThreadId tid_main = VG_INVALID_THREADID; local
    [all...]

Completed in 75 milliseconds