Home
last modified time | relevance | path

Searched refs:SEM_FAILED (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/rt/
H A Dsem.c70 return (SEM_FAILED); in sem_open()
74 return (SEM_FAILED); in sem_open()
181 return (SEM_FAILED); in sem_open()
/titanic_44/usr/src/head/
H A Dsemaphore.h50 #define SEM_FAILED ((sem_t *)(-1)) macro