Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.c897 VectorClock thread_vc_min; in thread_discard_ordered_segments() local
901 DRD_(vc_init)(&thread_vc_min, 0, 0); in thread_discard_ordered_segments()
902 DRD_(thread_compute_minimum_vc)(&thread_vc_min); in thread_discard_ordered_segments()
910 vc_min = DRD_(vc_aprint)(&thread_vc_min); in thread_discard_ordered_segments()
926 && DRD_(vc_lte)(&sg->vc, &thread_vc_min); in thread_discard_ordered_segments()
932 DRD_(vc_cleanup)(&thread_vc_min); in thread_discard_ordered_segments()