Home | History | Annotate | Download | only in drd

Lines Matching refs:Segment

69    struct segment* sg_first;/**< Segment list. */
70 struct segment* sg_last;
171 void DRD_(thread_get_latest_segment)(Segment** sg, const DrdThreadId tid);
175 const Segment* sg);
185 const Segment* const p);
339 /** Return a pointer to the latest segment for the specified thread. */
341 Segment* DRD_(thread_get_segment)(const DrdThreadId tid)
351 /** Return a pointer to the latest segment for the running thread. */
353 Segment* DRD_(running_thread_get_segment)(void)