Home
last modified time | relevance | path

Searched refs:sync1 (Results 1 – 6 of 6) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/
Dsync_allocate.pass.cpp25 …auto sync1 = std::pmr::synchronized_pool_resource(std::pmr::new_delete_resource… in main() local
26 std::pmr::memory_resource& r1 = sync1; in main()
34 sync1.release(); in main()
Dsync_allocate_reuse_blocks.pass.cpp33 …auto sync1 = std::pmr::synchronized_pool_resource(opts, std::pmr::new_delete_re… in main() local
34 std::pmr::memory_resource& r1 = sync1; in main()
Dsync_allocate_overaligned_request.pass.cpp33 std::pmr::synchronized_pool_resource sync1(opts, std::pmr::new_delete_resource()); in main() local
34 std::pmr::memory_resource& r1 = sync1; in main()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc319 SyncClock *sync1[kClocks]; in ClockFuzzer() local
322 sync1[i] = new SyncClock(); in ClockFuzzer()
338 thr1[tid]->acquire(&cache, sync1[cid]); in ClockFuzzer()
344 thr1[tid]->release(&cache, sync1[cid]); in ClockFuzzer()
350 thr1[tid]->acq_rel(&cache, sync1[cid]); in ClockFuzzer()
356 thr1[tid]->ReleaseStore(&cache, sync1[cid]); in ClockFuzzer()
362 sync1[cid]->Reset(&cache); in ClockFuzzer()
386 sync1[i]->DebugDump(printf); in ClockFuzzer()
393 if (!thr0[tid]->verify(thr1[tid]) || !sync0[cid]->verify(sync1[cid])) { in ClockFuzzer()
414 sync1[i]->Reset(&cache); in ClockFuzzer()
/external/virglrenderer/perf-testing/Docker/
DDockerfile218 …cb-dri2-0,libxcb-dri3-0,libx11-xcb1,libxcb-xfixes0,libxcb-present0,libxcb-sync1,libxshmfence1,libx…
/external/rust/crates/crossbeam-channel/tests/
Dmpsc.rs2081 fn sync1() { in sync1() function