Home
last modified time | relevance | path

Searched refs:shmem_handle (Results 1 – 4 of 4) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dgraphics2_util.cpp59 HANDLE shmem_handle; in boinc_graphics_make_shmem() local
63 shmem_handle = create_shmem(shmem_name, size, &p); in boinc_graphics_make_shmem()
64 if (shmem_handle == NULL) return 0; in boinc_graphics_make_shmem()
87 HANDLE shmem_handle; in boinc_graphics_get_shmem() local
91 shmem_handle = attach_shmem(shmem_name, &p); in boinc_graphics_get_shmem()
92 if (shmem_handle == NULL) { in boinc_graphics_get_shmem()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dnt_base.c2479 shmem_handle; in NTmmap() local
2494 shmem_handle=INVALID_HANDLE_VALUE; in NTmmap()
2530 shmem_handle=CreateFileMapping(file_handle,0,protection_mode,length_high, in NTmmap()
2532 if (shmem_handle) in NTmmap()
2534 map=(void *) MapViewOfFile(shmem_handle,access_mode,offset_high, in NTmmap()
2536 CloseHandle(shmem_handle); in NTmmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsandbox_mac_unittest.mm210 mojo::ScopedSharedBufferHandle shmem_handle =
212 CHECK(shmem_handle.is_valid());
216 std::move(shmem_handle), font_data_length, &data_descriptor));
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dsandbox_mac_unittest.mm215 mojo::ScopedSharedBufferHandle shmem_handle =
217 CHECK(shmem_handle.is_valid());
221 std::move(shmem_handle), font_data_length, &data_descriptor));