HomeSort by relevance Sort by last modified time
    Searched refs:vc_min (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/
drd_vc.h 86 void DRD_(vc_min)(VectorClock* const result,
drd_thread.c 799 DRD_(vc_min)(vc, &latest_sg->vc);
847 char *vc_min, *vc_max; local
852 vc_min = DRD_(vc_aprint)(&thread_vc_min);
856 vc_min, vc_max);
857 VG_(free)(vc_min);
    [all...]
drd_vc.c 123 void DRD_(vc_min)(VectorClock* const result, const VectorClock* const rhs) function

Completed in 25 milliseconds