Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsema.h51 void _sema_wait(struct sema *sema, const char *file, int line);
58 #define sema_wait(sema) _sema_wait((sema), LOCK_FILE, LOCK_LINE)
/f-stack/freebsd/kern/
H A Dkern_sema.c93 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait() function