Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/
Dsync_allocate.pass.cpp26 …auto sync1 = std::pmr::synchronized_pool_resource(std::pmr::new_delete_resource… in main() local
Dsync_allocate_reuse_blocks.pass.cpp34 …auto sync1 = std::pmr::synchronized_pool_resource(opts, std::pmr::new_delete_re… in main() local
Dsync_allocate_overaligned_request.pass.cpp34 std::pmr::synchronized_pool_resource sync1(opts, std::pmr::new_delete_resource()); in main() local
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc319 SyncClock *sync1[kClocks]; in ClockFuzzer() local
/external/angle/src/tests/egl_tests/
DEGLSyncTest.cpp690 EGLSyncKHR sync1 = eglCreateSyncKHR(display, EGL_SYNC_GLOBAL_FENCE_ANGLE, nullptr); in TEST_P() local
/external/rust/crates/crossbeam-channel/tests/
Dmpsc.rs2077 fn sync1() { in sync1() function