Home
last modified time | relevance | path

Searched defs:shm_fd (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D7-4.c43 int shm_fd; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D2-1.c53 int shm_fd; in main() local
D2-2.c60 int shm_fd; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
D2-1.c55 int shm_fd; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
D2-1.c65 int shm_fd; in main() local
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc133 int shm_fd = -1; in OnConnect() local
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc462 const int shm_fd = in SendSetupTracing() local
/external/adhd/cras/src/server/
Dcras_system_state.c55 int shm_fd; member
/external/adhd/cras/client/libcras/src/
Dcras_shm.rs654 shm_fd: CrasShmFd, field
/external/libchrome/base/memory/
Dshared_memory_unittest.cc677 int shm_fd = in TEST_P() local
/external/crosvm/gpu_display/src/
Ddisplay_wl.c544 int shm_fd, size_t shm_size, in dwl_context_surface_new()
/external/adhd/cras/src/libcras/
Dcras_client.c1614 static int client_attach_shm(struct cras_client *client, int shm_fd) in client_attach_shm()