Home
last modified time | relevance | path

Searched refs:ff_hook_active (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_sys_hook.cpp107 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in ioctl()
127 if (!ff_hook_active()) in socket()
150 if (!ff_hook_active()) in close()
180 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in read()
197 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in write()
215 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in sendto()
234 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in recvfrom()
252 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in recv()
339 if (!ff_hook_active()) in listen()
350 if (!ff_hook_active()) in bind()
[all …]
H A Dmt_sys_hook.h104 #define ff_hook_active() (g_ff_hook_flag == 1) macro