MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_ksem_wait

Function sys_ksem_wait

freebsd/kern/uipc_sem.c:759–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757};
758#endif
759int
760sys_ksem_wait(struct thread *td, struct ksem_wait_args *uap)
761{
762
763 return (kern_sem_wait(td, uap->id, 0, NULL));
764}
765
766#ifndef _SYS_SYSPROTO_H_
767struct ksem_timedwait_args {

Callers

nothing calls this directly

Calls 1

kern_sem_waitFunction · 0.85

Tested by

no test coverage detected