Searched refs:VCElem (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/drd/ |
D | drd_vc.h | 62 } VCElem; typedef 68 VCElem* vc; /**< vector clock elements. */ 69 VCElem preallocated[VC_PREALLOCATED]; 74 const VCElem* const vcelem,
|
D | drd_vc.c | 47 const VCElem* const vcelem, in DRD_() 106 const VCElem vcelem = { tid, 1 }; in DRD_()
|
/external/valgrind/drd/tests/ |
D | unit_vc.c | 59 VCElem vc1elem[] = { { 3, 7 }, { 5, 8 }, }; in vc_unittest() 61 VCElem vc2elem[] = { { 1, 4 }, { 3, 9 }, }; in vc_unittest() 63 VCElem vc4elem[] = { { 1, 3 }, { 2, 1 }, }; in vc_unittest() 65 VCElem vc5elem[] = { { 1, 4 }, }; in vc_unittest()
|