Home
last modified time | relevance | path

Searched refs:ff_fcntl (Results 1 – 7 of 7) sorted by relevance

/f-stack/lib/
H A Dff_api.symlist19 ff_fcntl
H A Dff_api.h60 int ff_fcntl(int fd, int cmd, ...);
H A Dff_syscall_wrapper.c938 ff_fcntl(int fd, int cmd, ...) in ff_fcntl() function
/f-stack/app/micro_thread/
H A Dff_hook.cpp136 return ff_fcntl(fd, cmd, arg); in ff_hook_fcntl()
H A Dkqueue_proxy.cpp55 ff_fcntl(_kqfd, F_SETFD, FD_CLOEXEC); in InitKqueue()
/f-stack/doc/
H A DF-Stack_API_Reference.md30 #### ff_fcntl subsubsection
32 int ff_fcntl(int fd, int cmd, ...);
/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c390 return ff_fcntl(sockfd, cmd, p); in fcntl()