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

Function ff_hook_fcntl

adapter/micro_thread/ff_hook.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133int ff_hook_fcntl(int fd, int cmd, void *arg)
134{
135 if (ff_fdisused(fd)) {
136 return ff_fcntl(fd, cmd, arg);
137 } else {
138 return mt_real_func(fcntl)(fd, cmd, arg);
139 }
140}
141
142int ff_hook_listen(int fd, int backlog)
143{

Callers 1

fcntlFunction · 0.70

Calls 2

ff_fdisusedFunction · 0.85
ff_fcntlFunction · 0.85

Tested by

no test coverage detected