Home | History | Annotate | Download | only in coregrind

Lines Matching refs:ThreadId

135       ThreadId parent;  // parent tid (if any)
147 void (*post_mach_trap_fn)(ThreadId tid,
279 /* ThreadId == 0 (and hence vg_threads[0]) is NEVER USED.
281 ThreadId == 1 is the root thread and has the special property
284 ThreadId in this tid field, but be aware that it should
286 ThreadId tid;
326 For the main thread (threadid == 1), this mechanism doesn't
336 ThreadId == 1 (the main thread). */
371 extern ThreadId VG_(running_tid);
385 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
388 extern Bool VG_(is_valid_tid) ( ThreadId tid );
391 extern Bool VG_(is_running_thread)(ThreadId tid);
394 extern Bool VG_(is_exiting)(ThreadId tid);
403 ThreadId */
404 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);