Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:tid

225    ThreadId tid = VG_(alloc_ThreadState)();
226 ThreadState *tst = VG_(get_ThreadState)(tid);
238 find_stack_segment(tid, tst->arch.vex.guest_RSP);
258 stack = (char *)allocstack(tst->tid);
354 record_named_port(tst->tid, kport, MACH_PORT_RIGHT_SEND, "thread-%p");
376 find_stack_segment(tst->tid, sp);
382 //VG_TRACK ( pre_thread_ll_create, ptid, tst->tid );
459 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
460 vg_assert(VG_(is_valid_tid)(tid));
463 tst = VG_(get_ThreadState)(tid);
465 if (0) VG_(printf)("wqthread_hijack reuse %s: tid %d, tst %p, "
468 tid, tst, tst->os_state.pthread);
477 allocstack(tst->tid);
508 ML_(wqthread_continue_NORETURN)(tst->tid);
514 record_named_port(tst->tid, kport, MACH_PORT_RIGHT_SEND, "wqthread-%p");