Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/rt/
H A Dshm.c48 if (__pos4obj_lock(path, SHM_LOCK_TYPE) < 0) in shm_open()
83 if (__pos4obj_lock(path, SHM_LOCK_TYPE) < 0) in shm_unlink()
H A Dpos4obj.h64 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.c368 __pos4obj_lock(const char *name, const char *ltype) in __pos4obj_lock() function
H A Dmqueue.c398 if (__pos4obj_lock(path, MQ_LOCK_TYPE) < 0) in mq_open()
643 if (__pos4obj_lock(path, MQ_LOCK_TYPE) < 0) { in mq_unlink()