OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcelem
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
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]));
106
const
VCElem
vcelem
= { tid, 1 };
local
108
DRD_(vc_init)(&vc2, &
vcelem
, 1);
drd_vc.h
62
}
VCElem
;
68
VCElem
* vc; /**< vector clock elements. */
69
VCElem
preallocated[VC_PREALLOCATED];
74
const
VCElem
* const
vcelem
,
Completed in 499 milliseconds