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

  /external/valgrind/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]));
106 const VCElem vcelem = { tid, 1 }; local
108 DRD_(vc_init)(&vc2, &vcelem, 1);
  /external/valgrind/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 75 milliseconds