Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.c965 VectorClock thread_vc_min; in thread_discard_ordered_segments() local
969 DRD_(vc_init)(&thread_vc_min, 0, 0); in thread_discard_ordered_segments()
970 DRD_(thread_compute_minimum_vc)(&thread_vc_min); in thread_discard_ordered_segments()
978 vc_min = DRD_(vc_aprint)(&thread_vc_min); in thread_discard_ordered_segments()
994 && DRD_(vc_lte)(&sg->vc, &thread_vc_min); in thread_discard_ordered_segments()
1000 DRD_(vc_cleanup)(&thread_vc_min); in thread_discard_ordered_segments()