OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCElem
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/drd/
drd_vc.h
62
}
VCElem
;
68
VCElem
* vc; /**< vector clock elements. */
69
VCElem
preallocated[VC_PREALLOCATED];
74
const
VCElem
* const
vcelem
,
drd_vc.c
43
* If the pointer '
vcelem
' is not null, it is assumed to be an array with
47
const
VCElem
* const
vcelem
,
56
if (
vcelem
)
58
VG_(memcpy)(vc->vc,
vcelem
, size * sizeof(
vcelem
[0]));
103
const
VCElem
vcelem
= { tid, 1 };
local
105
DRD_(vc_init)(&vc2, &
vcelem
, 1);
/external/valgrind/main/drd/tests/
unit_vc.c
59
VCElem
vc1elem[] = { { 3, 7 }, { 5, 8 }, };
61
VCElem
vc2elem[] = { { 1, 4 }, { 3, 9 }, };
63
VCElem
vc4elem[] = { { 1, 3 }, { 2, 1 }, };
65
VCElem
vc5elem[] = { { 1, 4 }, };
Completed in 48 milliseconds