Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/rt/
H A Dshm.c54 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_open()
60 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_open()
66 if (__pos4obj_unlock(path, SHM_LOCK_TYPE) < 0) { in shm_open()
90 (void) __pos4obj_unlock(path, SHM_LOCK_TYPE); in shm_unlink()
H A Dsem.c124 (void) __pos4obj_unlock(path, SEM_LOCK_TYPE); in sem_open()
157 if (__pos4obj_unlock(path, SEM_LOCK_TYPE) == 0) { in sem_open()
179 (void) __pos4obj_unlock(path, SEM_LOCK_TYPE); in sem_open()
221 (void) __pos4obj_unlock(path, SEM_LOCK_TYPE); in sem_unlink()
H A Dpos4obj.h65 extern int __pos4obj_unlock(const char *, const char *);
H A Dmqueue.c539 if (__pos4obj_unlock(path, MQ_LOCK_TYPE) == 0) { in mq_open()
566 (void) __pos4obj_unlock(path, MQ_LOCK_TYPE); in mq_open()
654 if (__pos4obj_unlock(path, MQ_LOCK_TYPE) < 0) in mq_unlink()
H A Dpos4obj.c400 __pos4obj_unlock(const char *path, const char *type) in __pos4obj_unlock() function