Home
last modified time | relevance | path

Searched refs:__pos4obj_lock (Results 1 – 5 of 5) 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()
81 if (__pos4obj_lock(path, SHM_LOCK_TYPE) < 0) in shm_unlink()
H A Dpos4obj.h62 extern int __pos4obj_lock(const char *, const char *);
H A Dsem.c73 if (__pos4obj_lock(path, SEM_LOCK_TYPE) < 0) in sem_open()
214 if (__pos4obj_lock(path, SEM_LOCK_TYPE) < 0) in sem_unlink()
H A Dpos4obj.c366 __pos4obj_lock(const char *name, const char *ltype) in __pos4obj_lock() function
H A Dmqueue.c396 if (__pos4obj_lock(path, MQ_LOCK_TYPE) < 0) in mq_open()
641 if (__pos4obj_lock(path, MQ_LOCK_TYPE) < 0) { in mq_unlink()