Searched refs:__pos4obj_unlock (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | shm.c | 54 (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 D | sem.c | 124 (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 D | pos4obj.h | 65 extern int __pos4obj_unlock(const char *, const char *);
|
H A D | mqueue.c | 539 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 D | pos4obj.c | 400 __pos4obj_unlock(const char *path, const char *type) in __pos4obj_unlock() function
|