Searched refs:shm_rw (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | shm.c | 206 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()
|