HomeSort by: relevance | last modified time | path
    Searched defs:sync1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 380 SyncClock *sync1[kClocks]; local in function:__tsan::ClockFuzzer
383 sync1[i] = new SyncClock();
399 thr1[tid]->acquire(&cache, sync1[cid]);
405 thr1[tid]->release(&cache, sync1[cid]);
411 thr1[tid]->acq_rel(&cache, sync1[cid]);
417 thr1[tid]->ReleaseStore(&cache, sync1[cid]);
423 sync1[cid]->Reset(&cache);
447 sync1[i]->DebugDump(printf);
454 if (!thr0[tid]->verify(thr1[tid]) || !sync0[cid]->verify(sync1[cid])) {
475 sync1[i]->Reset(&cache)
    [all...]
  /src/sys/dev/isa/
mcdreg.h 244 u_char sync1[12]; member in struct:mcd_rawsector

Completed in 11 milliseconds