Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dshm.c52 (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()
88 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_unlink()
H A Dsem.c122 (void) __pos4obj_unlock(path, SEM_LOCK_TYPE); in sem_open()
155 if (__pos4obj_unlock(path, SEM_LOCK_TYPE) == 0) { in sem_open()
177 (void) __pos4obj_unlock(path, SEM_LOCK_TYPE); in sem_open()
219 (void) __pos4obj_unlock(path, SEM_LOCK_TYPE); in sem_unlink()
H A Dpos4obj.h63 extern int __pos4obj_unlock(const char *, const char *);
H A Dmqueue.c537 if (__pos4obj_unlock(path, MQ_LOCK_TYPE) == 0) { in mq_open()
564 (void) __pos4obj_unlock(path, MQ_LOCK_TYPE); in mq_open()
652 if (__pos4obj_unlock(path, MQ_LOCK_TYPE) < 0) in mq_unlink()
H A Dpos4obj.c398 __pos4obj_unlock(const char *path, const char *type) in __pos4obj_unlock() function