Home
last modified time | relevance | path

Searched refs:SHM_ANON (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
H A Danon_file.c107 * If memfd or SHM_ANON is supported, the filesystem is not touched at all.
127 fd = shm_open(SHM_ANON, O_CREAT | O_RDWR | O_CLOEXEC, 0600); in os_create_anonymous_file()
/third_party/glfw/src/
H A Dwl_window.c109 #elif defined(SHM_ANON) in createAnonymousFile()
110 fd = shm_open(SHM_ANON, O_RDWR | O_CLOEXEC, 0600); in createAnonymousFile()
131 #if defined(SHM_ANON) in createAnonymousFile()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2365 pub const SHM_ANON: *mut ::c_char = -1isize as *mut ::c_char; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2957 pub const SHM_ANON: *mut ::c_char = 1 as *mut ::c_char; consts

Completed in 24 milliseconds