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 | 1180 VectorClock old_vc; in DRD_() local 1182 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(joiner)); in DRD_() 1185 DRD_(thread_update_conflict_set)(joiner, &old_vc); in DRD_() 1187 DRD_(vc_cleanup)(&old_vc); in DRD_() 1220 VectorClock old_vc; in thread_combine_vc_sync() local 1222 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid)); in thread_combine_vc_sync() 1226 str1 = DRD_(vc_aprint)(&old_vc); in thread_combine_vc_sync() 1235 DRD_(thread_update_conflict_set)(tid, &old_vc); in thread_combine_vc_sync() 1238 DRD_(vc_cleanup)(&old_vc); in thread_combine_vc_sync() 1553 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 | 193 const VectorClock* const old_vc);
|