Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/posix/options/
Dshm.c206 static ssize_t shm_rw(struct shm_obj *shm, void *buf, size_t size, bool is_write, size_t offset) in shm_rw() function
227 return shm_rw((struct shm_obj *)obj, buf, sz, false, offset); in shm_read()
232 return shm_rw((struct shm_obj *)obj, (void *)buf, sz, true, offset); in shm_write()