Home
last modified time | relevance | path

Searched refs:_sema_trylock (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Drwsem.h41 #define down_read_trylock(sem) _sema_trylock((losMutexDef_t*)(sem))
43 #define down_write_trylock(sem) _sema_trylock((losMutexDef_t*)(sem))
H A Dsemaphore.h57 extern int _sema_trylock(losMutexDef_t *sem);
64 #define down_trylock(sem) _sema_trylock((losMutexDef_t*)(sem))
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_semaphore.c80 int _sema_trylock(losMutexDef_t *sem) in _sema_trylock() function

Completed in 2 milliseconds