Home | History | Annotate | Download | only in coregrind

Lines Matching refs:tid_main

1403    ThreadId tid_main          = VG_INVALID_THREADID;
2079 // Initialise the scheduler (phase 1) [generates tid_main]
2083 tid_main = VG_(scheduler_init_phase1)();
2084 vg_assert(tid_main >= 0 && tid_main < VG_N_THREADS
2085 && tid_main != VG_INVALID_THREADID);
2086 /* Tell the tool about tid_main */
2087 VG_TRACK( pre_thread_ll_create, VG_INVALID_THREADID, tid_main );
2111 VG_(running_tid) = tid_main;
2222 // p: Initialise the scheduler (phase 1) [for tid_main]
2233 VG_(scheduler_init_phase2)( tid_main,