Searched refs:old_vc (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/drd/ |
D | drd_hb.c | 196 VectorClock old_vc; in DRD_() local 213 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in DRD_() 223 DRD_(thread_update_conflict_set)(tid, &old_vc); in DRD_() 224 DRD_(vc_cleanup)(&old_vc); in DRD_()
|
D | drd_thread.c | 1108 VectorClock old_vc; in DRD_() local 1110 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(joiner)); in DRD_() 1113 DRD_(thread_update_conflict_set)(joiner, &old_vc); in DRD_() 1115 DRD_(vc_cleanup)(&old_vc); in DRD_() 1148 VectorClock old_vc; in thread_combine_vc_sync() local 1150 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in thread_combine_vc_sync() 1154 str1 = DRD_(vc_aprint)(&old_vc); in thread_combine_vc_sync() 1163 DRD_(thread_update_conflict_set)(tid, &old_vc); in thread_combine_vc_sync() 1166 DRD_(vc_cleanup)(&old_vc); in thread_combine_vc_sync() 1481 const VectorClock* const old_vc) in DRD_() [all …]
|
D | drd_barrier.c | 473 VectorClock old_vc; in DRD_() local 475 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in DRD_() 485 DRD_(thread_update_conflict_set)(tid, &old_vc); in DRD_() 486 DRD_(vc_cleanup)(&old_vc); in DRD_()
|
D | drd_rwlock.c | 172 VectorClock old_vc; in DRD_() local 174 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in DRD_() 186 DRD_(thread_update_conflict_set)(tid, &old_vc); in DRD_() 187 DRD_(vc_cleanup)(&old_vc); in DRD_()
|
D | drd_thread.h | 178 const VectorClock* const old_vc);
|