Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dshm.c46 if (__pos4obj_lock(path, SHM_LOCK_TYPE) < 0) in shm_open()
52 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_open()
58 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_open()
64 if (__pos4obj_unlock(path, SHM_LOCK_TYPE) < 0) { in shm_open()
81 if (__pos4obj_lock(path, SHM_LOCK_TYPE) < 0) in shm_unlink()
88 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_unlink()
H A Dpos4obj.h59 #define SHM_LOCK_TYPE ".SHML" macro