Searched refs:vc_copy (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_vc.h77 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs);
H A Ddrd_vc.c70 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs) function
79 DRD_(vc_copy)(lhs, rhs);
H A Ddrd_hb.c213 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid));
H A Ddrd_segment.c89 DRD_(vc_copy)(&sg->vc, &creator_sg->vc);
H A Ddrd_barrier.c475 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid));
H A Ddrd_rwlock.c174 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid));
H A Ddrd_thread.c1101 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(joiner));
1141 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid));

Completed in 271 milliseconds