Home | History | Annotate | Download | only in drd

Lines Matching full:threadid

67 static ThreadId s_vg_running_tid  = VG_INVALID_THREADID;
148 * Convert Valgrind's ThreadId into a DrdThreadId.
151 * Valgrind ThreadId does not yet exist.
153 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid)
173 static DrdThreadId DRD_(VgThreadIdToNewDrdThreadId)(const ThreadId tid)
238 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid)
288 const ThreadId vg_created)
315 DrdThreadId DRD_(thread_post_create)(const ThreadId vg_created)
378 const ThreadId joiner = DRD_(DrdThreadIdToVgThreadId)(drd_joiner);
670 void DRD_(thread_set_vg_running_tid)(const ThreadId vg_tid)
688 void DRD_(thread_set_running_tid)(const ThreadId vg_tid,
769 * Remove a segment from the segment list of thread threadid, and free the
1256 const ThreadId vg_tid = DRD_(DrdThreadIdToVgThreadId)(tid);