Home | History | Annotate | Download | only in drd

Lines Matching refs:Segment

70    Segment*  first;         /**< Pointer to first segment. */
71 Segment* last; /**< Pointer to last segment. */
166 void DRD_(thread_get_latest_segment)(Segment** sg, const DrdThreadId tid);
170 const Segment* sg);
181 const Segment* const p);
337 /** Return a pointer to the latest segment for the specified thread. */
339 Segment* DRD_(thread_get_segment)(const DrdThreadId tid)
349 /** Return a pointer to the latest segment for the running thread. */
351 Segment* DRD_(running_thread_get_segment)(void)