Home
last modified time | relevance | path

Searched refs:sg_get_refcnt (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/
Ddrd_segment.h66 static int DRD_(sg_get_refcnt)(const Segment* const sg);
81 static __inline__ int DRD_(sg_get_refcnt)(const Segment* const sg) in DRD_() argument
Ddrd_thread.c980 if (!sg->thr_next || DRD_(sg_get_refcnt)(sg) > 1) { in thread_consistent_segment_ordering()
988 if (!sg->thr_next || DRD_(sg_get_refcnt)(sg) > 1) { in thread_consistent_segment_ordering()
1033 if (DRD_(sg_get_refcnt)(sg) == 1 && sg->thr_next) { in thread_merge_segments()
1035 if (DRD_(sg_get_refcnt)(sg_next) == 1 in thread_merge_segments()