Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h40 #define UNINIT_VALUE 0xFFFFFFFF macro
49 #define DECLARE_MUTEX(x) struct semaphore x = { (LosSemCB *)UNINIT_VALUE, 1 }
50 #define DECLARE_MUTEX_LOCKED(x) struct semaphore x = { (LosSemCB *)UNINIT_VALUE, 0 }
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_semaphore.c66 if ((UINTPTR)sem->sem == UNINIT_VALUE) { in _sema_lock()
119 if ((UINTPTR)sem->sem == UNINIT_VALUE) { in _sema_destory()

Completed in 1 milliseconds