Lines Matching refs:segment
69 struct segment* sg_first;/**< Segment list. */
70 struct segment* sg_last;
187 void DRD_(thread_get_latest_segment)(Segment** sg, const DrdThreadId tid);
191 const Segment* sg);
201 const Segment* const p);
355 /** Return a pointer to the latest segment for the specified thread. */
357 Segment* DRD_(thread_get_segment)(const DrdThreadId tid)
367 /** Return a pointer to the latest segment for the running thread. */
369 Segment* DRD_(running_thread_get_segment)(void)