Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dsemaphore.h58 extern int _sema_destory(losMutexDef_t *sem);
62 #define destory_MUTEX(sem) _sema_destory((losMutexDef_t*)(sem))
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_semaphore.c112 int _sema_destory(losMutexDef_t *sem) in _sema_destory() function