Searched refs:unnamed_sem (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/posix/
H A Dsemaphore.h19 int32_t unnamed_sem; member in union:_sem_t::__anon5
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp119 semaphore->u.unnamed_sem = value;
137 int32* sem = (int32*)&semaphore->u.unnamed_sem;
153 int32* sem = (int32*)&semaphore->u.unnamed_sem;
166 int32* sem = (int32*)&semaphore->u.unnamed_sem;
301 *value = semaphore->u.unnamed_sem < 0 ? 0 : semaphore->u.unnamed_sem;

Completed in 87 milliseconds