HomeSort by relevance Sort by last modified time
    Searched refs:VCElem (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/
drd_vc.h 63 } VCElem;
69 VCElem* vc; /**< vector clock elements. */
70 VCElem preallocated[VC_PREALLOCATED];
75 const VCElem* const vcelem,
drd_vc.c 44 * If the pointer 'vcelem' is not null, it is assumed to be an array with
48 const VCElem* const vcelem,
57 if (vcelem)
59 VG_(memcpy)(vc->vc, vcelem, size * sizeof(vcelem[0]));
104 const VCElem vcelem = { tid, 1 }; local
106 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 92 milliseconds