Home | History | Annotate | Download | only in coregrind

Lines Matching refs:ThreadId

133       ThreadId parent;  // parent tid (if any)
145 void (*post_mach_trap_fn)(ThreadId tid,
277 /* ThreadId == 0 (and hence vg_threads[0]) is NEVER USED.
279 ThreadId == 1 is the root thread and has the special property
282 ThreadId in this tid field, but be aware that it should
284 ThreadId tid;
324 For the main thread (threadid == 1), this mechanism doesn't
334 ThreadId == 1 (the main thread). */
369 extern ThreadId VG_(running_tid);
380 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
383 extern Bool VG_(is_valid_tid) ( ThreadId tid );
386 extern Bool VG_(is_running_thread)(ThreadId tid);
389 extern Bool VG_(is_exiting)(ThreadId tid);
398 ThreadId */
399 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);