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

Function sys_ksem_init

freebsd/kern/uipc_sem.c:622–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620};
621#endif
622int
623sys_ksem_init(struct thread *td, struct ksem_init_args *uap)
624{
625
626 return (ksem_create(td, NULL, uap->idp, S_IRWXU | S_IRWXG, uap->value,
627 0, 0));
628}
629
630#ifndef _SYS_SYSPROTO_H_
631struct ksem_open_args {

Callers

nothing calls this directly

Calls 1

ksem_createFunction · 0.85

Tested by

no test coverage detected