Home
last modified time | relevance | path

Searched defs:NoSync (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dsynchronized_allocator.h111 struct NoSync { struct
112 constexpr void lock() {} in lock()
113 constexpr void unlock() {} in unlock()
/external/rust/android-crates-io/crates/rusb/src/
Dfields.rs79 NoSync, enumerator
/external/angle/src/tests/egl_tests/
DEGLContextSharingTest.cpp1427 TEST_P(EGLContextSharingTestNoSyncTextureUploads, NoSync) in TEST_P() argument