OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_combine
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/drd/tests/
unit_vc.c
74
DRD_(
vc_combine
)(&vc3, &vc1);
75
DRD_(
vc_combine
)(&vc3, &vc2);
/external/valgrind/main/drd/
drd_vc.h
87
void DRD_(
vc_combine
)(VectorClock* const result,
drd_vc.c
106
DRD_(
vc_combine
)(vc, &vc2);
163
void DRD_(
vc_combine
)(VectorClock* const result, const VectorClock* const rhs)
function
drd_hb.c
220
DRD_(
vc_combine
)(DRD_(thread_get_vc)(tid), &q->sg->vc);
drd_rwlock.c
179
DRD_(
vc_combine
)(DRD_(thread_get_vc)(tid),
182
DRD_(
vc_combine
)(DRD_(thread_get_vc)(tid),
drd_barrier.c
482
DRD_(
vc_combine
)(DRD_(thread_get_vc)(tid), &r->sg->vc);
drd_thread.c
874
DRD_(
vc_combine
)(vc, &latest_sg->vc);
[
all
...]
Completed in 213 milliseconds