Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_sys_hook.h86 extern int g_ff_hook_flag;
102 #define ff_set_hook_flag() (g_ff_hook_flag = 1)
103 #define ff_unset_hook_flag() (g_ff_hook_flag = 0)
104 #define ff_hook_active() (g_ff_hook_flag == 1)
H A Dmt_sys_hook.cpp54 int g_ff_hook_flag; variable