Searched refs:shm_attach (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | shm.c | 351 static int shm_attach(pa_shm *m, pa_mem_type_t type, unsigned id, int memfd_fd, bool writable, bool… in shm_attach() function 429 return shm_attach(m, type, id, memfd_fd, writable, false); in pa_shm_attach() 461 if (shm_attach(&seg, PA_MEM_TYPE_SHARED_POSIX, id, -1, false, true) < 0) in pa_shm_cleanup()
|