Searched refs:VTS (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/helgrind/
H A Dlibhb_core.c153 but VTS ticks, which isn't realistic.
172 It is a maximum sized VTS, so has (1 << SCALARTS_N_TYMBITS)
281 is the VTS to be used for reads, viW for writes. Usually they
1854 /* A VTS contains .ts, its vector clock, and also .id, a field to hold
1865 VTS; typedef in typeref:struct:__anon13944
1867 /* Allocate a VTS capable of storing 'sizeTS' entries. */
1868 static VTS* VTS__new ( HChar* who, UInt sizeTS );
1872 static VTS* VTS__clone ( HChar* who, VTS* vts );
1878 static VTS* VTS__subtrac
[all...]
/external/valgrind/tsan/
H A Dthread_sanitizer.cc1123 // -------- VTS ------------------ {{{1
1124 class VTS { class
1127 return sizeof(VTS) + size * sizeof(TS);
1137 static VTS *Create(size_t size) {
1144 ScopedMallocCostCenter cc("VTS::Create (from free list)");
1149 ScopedMallocCostCenter cc("VTS::Create (from new[])");
1153 VTS *res = new(mem) VTS(size);
1158 static void Unref(VTS *vts) {
1175 static VTS *CreateSingleto
1420 explicit VTS(size_t size) function in class:VTS
[all...]

Completed in 59 milliseconds