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/ |
D | sync_allocate.pass.cpp | 25 …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()
|
D | sync_allocate_reuse_blocks.pass.cpp | 33 …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()
|
D | sync_allocate_overaligned_request.pass.cpp | 33 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/ |
D | tsan_clock_test.cc | 319 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/ |
D | Dockerfile | 218 …cb-dri2-0,libxcb-dri3-0,libx11-xcb1,libxcb-xfixes0,libxcb-present0,libxcb-sync1,libxshmfence1,libx…
|
/external/rust/crates/crossbeam-channel/tests/ |
D | mpsc.rs | 2081 fn sync1() { in sync1() function
|