Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_vc.h71 } VectorClock; typedef
74 void DRD_(vc_init)(VectorClock* const vc,
77 void DRD_(vc_cleanup)(VectorClock* const vc);
78 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs);
79 void DRD_(vc_assign)(VectorClock* const lhs, const VectorClock* const rhs);
80 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid);
82 Bool DRD_(vc_lte)(const VectorClock* const vc1,
83 const VectorClock* const vc2);
84 Bool DRD_(vc_ordered)(const VectorClock* const vc1,
85 const VectorClock* const vc2);
[all …]
Ddrd_vc.c37 void DRD_(vc_reserve)(VectorClock* const vc, const unsigned new_capacity);
47 void DRD_(vc_init)(VectorClock* const vc, in DRD_()
65 void DRD_(vc_cleanup)(VectorClock* const vc) in DRD_()
71 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs) in DRD_()
77 void DRD_(vc_assign)(VectorClock* const lhs, const VectorClock* const rhs) in DRD_()
84 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid) in DRD_()
105 VectorClock vc2; in DRD_()
116 Bool DRD_(vc_ordered)(const VectorClock* const vc1, in DRD_()
117 const VectorClock* const vc2) in DRD_()
123 void DRD_(vc_min)(VectorClock* const result, const VectorClock* const rhs) in DRD_()
[all …]
Ddrd_thread.c792 VectorClock* DRD_(thread_get_vc)(const DrdThreadId tid) in DRD_()
820 static void DRD_(thread_compute_minimum_vc)(VectorClock* vc) in DRD_()
846 static void DRD_(thread_compute_maximum_vc)(VectorClock* vc) in DRD_()
875 VectorClock thread_vc_min; in thread_discard_ordered_segments()
884 VectorClock thread_vc_max; in thread_discard_ordered_segments()
1088 VectorClock old_vc; in DRD_()
1120 const VectorClock* const vc = &sg->vc; in thread_combine_vc_sync()
1130 VectorClock old_vc; in thread_combine_vc_sync()
1491 const VectorClock* const old_vc) in DRD_()
1493 const VectorClock* new_vc; in DRD_()
Ddrd_segment.h54 VectorClock vc;
Ddrd_thread.h170 VectorClock* DRD_(thread_get_vc)(const DrdThreadId tid);
177 const VectorClock* const old_vc);
Ddrd_hb.c197 VectorClock old_vc; in DRD_()
Ddrd_barrier.c474 VectorClock old_vc; in DRD_()
Ddrd_rwlock.c173 VectorClock old_vc; in DRD_()
/external/valgrind/main/drd/tests/
Dunit_vc.c58 VectorClock vc1; in vc_unittest()
60 VectorClock vc2; in vc_unittest()
62 VectorClock vc3; in vc_unittest()
64 VectorClock vc4; in vc_unittest()
66 VectorClock vc5; in vc_unittest()
/external/valgrind/tsan/
Dthread_sanitizer.cc1461 class VectorClock { class
1463 VectorClock() in VectorClock() function in VectorClock
5327 VectorClock last_seen;