Home
last modified time | relevance | path

Searched refs:mt_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()
163 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in connect()
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()
269 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in send()
286 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in setsockopt()
316 if (!mt_hook_active() || !hook_fd || !ff_hook_active()) in fcntl()
H A Dmt_sys_hook.h100 #define mt_hook_active() (g_mt_hook_flag == 1) macro