Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_vc.h77 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs);
Ddrd_vc.c73 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs) in DRD_() argument
82 DRD_(vc_copy)(lhs, rhs); in DRD_() local
Ddrd_hb.c213 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in DRD_()
Ddrd_segment.c89 DRD_(vc_copy)(&sg->vc, &creator_sg->vc); in sg_init()
Ddrd_barrier.c475 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in DRD_()
Ddrd_rwlock.c174 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in DRD_()
Ddrd_thread.c1182 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(joiner)); in DRD_()
1222 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in thread_combine_vc_sync()