OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_cleanup
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/drd/tests/
unit_vc.c
101
DRD_(
vc_cleanup
)(&vc1);
102
DRD_(
vc_cleanup
)(&vc2);
103
DRD_(
vc_cleanup
)(&vc3);
/external/valgrind/drd/
drd_vc.h
76
void DRD_(
vc_cleanup
)(VectorClock* const vc);
drd_vc.c
67
void DRD_(
vc_cleanup
)(VectorClock* const vc)
function
81
DRD_(
vc_cleanup
)(lhs);
110
DRD_(
vc_cleanup
)(&vc2);
drd_hb.c
224
DRD_(
vc_cleanup
)(&old_vc);
drd_segment.c
112
DRD_(
vc_cleanup
)(&sg->vc);
drd_barrier.c
486
DRD_(
vc_cleanup
)(&old_vc);
drd_thread.c
985
DRD_(
vc_cleanup
)(&thread_vc_max);
1000
DRD_(
vc_cleanup
)(&thread_vc_min);
[
all
...]
drd_rwlock.c
187
DRD_(
vc_cleanup
)(&old_vc);
Completed in 50 milliseconds