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

Function ff_getmaxfd

freebsd/kern/kern_descrip.c:5221–5227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5219}
5220
5221int
5222ff_getmaxfd(void)
5223{
5224 struct thread *td = curthread;
5225 return getmaxfd(td);
5226
5227}
5228
5229#endif
5230

Callers 1

ff_mod_initFunction · 0.85

Calls 1

getmaxfdFunction · 0.85

Tested by

no test coverage detected