Home
last modified time | relevance | path

Searched defs:sharedMemory (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSharedMemoryTest.java22 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in getSize_shouldReturnSizeAtCreation()
30 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in mapReadWrite_shouldReflectWrites()
41 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in mapReadWrite_shouldReflectWritesAcrossMappings()
53 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in mapReadWrite_shouldPersistWritesAcrossUnmap()
66 SharedMemory sharedMemory = SharedMemory.create("foo", 4); in mapReadWrite_shouldThrowAfterClose() local
107 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in unmap_shouldTolerateDoubleUnmap()
118 try (SharedMemory sharedMemory = SharedMemory.create("foo", 4)) { in writeToParcel_shouldNotCrash()
/external/llvm-project/lld/wasm/
DConfig.h44 bool sharedMemory; member