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 577 ThreadId tid_main; local
612 tid_main = VG_(alloc_ThreadState)();
620 vg_assert(tid_main == 1);
622 return tid_main;
632 void VG_(scheduler_init_phase2) ( ThreadId tid_main,
636 VG_(debugLog)(1,"sched","sched_init_phase2: tid_main=%d, "
638 tid_main, clstack_end, clstack_size);
643 VG_(threads)[tid_main].client_stack_highest_word
645 VG_(threads)[tid_main].client_stack_szB
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1541 ThreadId tid_main = VG_INVALID_THREADID; local
    [all...]

Completed in 3957 milliseconds