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

  /external/valgrind/main/drd/
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);
drd_vc.h 63 } VCElem;
69 VCElem* vc; /**< vector clock elements. */
70 VCElem preallocated[VC_PREALLOCATED];
75 const VCElem* const vcelem,

Completed in 29 milliseconds