Home
last modified time | relevance | path

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

/external/valgrind/main/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.c971 if (!sg->thr_next || DRD_(sg_get_refcnt)(sg) > 1) { in thread_consistent_segment_ordering()
979 if (!sg->thr_next || DRD_(sg_get_refcnt)(sg) > 1) { in thread_consistent_segment_ordering()
1024 if (DRD_(sg_get_refcnt)(sg) == 1 && sg->thr_next) { in thread_merge_segments()
1026 if (DRD_(sg_get_refcnt)(sg_next) == 1 in thread_merge_segments()