OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_vc
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/drd/
drd_hb.c
196
VectorClock
old_vc
;
local
213
DRD_(vc_copy)(&
old_vc
, DRD_(thread_get_vc)(tid));
223
DRD_(thread_update_conflict_set)(tid, &
old_vc
);
224
DRD_(vc_cleanup)(&
old_vc
);
drd_barrier.c
473
VectorClock
old_vc
;
local
475
DRD_(vc_copy)(&
old_vc
, DRD_(thread_get_vc)(tid));
485
DRD_(thread_update_conflict_set)(tid, &
old_vc
);
486
DRD_(vc_cleanup)(&
old_vc
);
drd_thread.c
1099
VectorClock
old_vc
;
local
1139
VectorClock
old_vc
;
local
[
all
...]
drd_rwlock.c
172
VectorClock
old_vc
;
local
174
DRD_(vc_copy)(&
old_vc
, DRD_(thread_get_vc)(tid));
186
DRD_(thread_update_conflict_set)(tid, &
old_vc
);
187
DRD_(vc_cleanup)(&
old_vc
);
drd_thread.h
177
const VectorClock* const
old_vc
);
Completed in 30 milliseconds