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 540 ThreadId tid_main; local
561 tid_main = VG_(alloc_ThreadState)();
569 vg_assert(tid_main == 1);
571 return tid_main;
581 void VG_(scheduler_init_phase2) ( ThreadId tid_main,
585 VG_(debugLog)(1,"sched","sched_init_phase2: tid_main=%d, "
587 tid_main, clstack_end, clstack_size);
592 VG_(threads)[tid_main].client_stack_highest_word
594 VG_(threads)[tid_main].client_stack_szB
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1439 ThreadId tid_main = VG_INVALID_THREADID; local
    [all...]

Completed in 46 milliseconds