Home | History | Annotate | Download | only in m_syswrap

Lines Matching full:ctid

214    ThreadId     ctid = VG_(alloc_ThreadState)();
216 ThreadState* ctst = VG_(get_ThreadState)(ctid);
226 vg_assert(VG_(is_valid_tid)(ctid));
228 stack = (UWord*)ML_(allocstack)(ctid);
290 ctid, seg->start, VG_PGROUNDUP(esp));
294 ctid, esp);
305 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
315 res = sys_set_thread_area(ctid, tlsinfo);
327 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid],
340 VG_TRACK( pre_thread_ll_exit, ctid );