Home
last modified time | relevance | path

Searched refs:__socket_hook_begin_flag (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
Dmusl_socket_preinit_common.h21 extern bool __socket_hook_begin_flag;
34 return __socket_hook_begin_flag; in __get_socket_hook_begin_flag()
Dmusl_socket_preinit.c43 __socket_hook_begin_flag = false; in socket_finalize()
146 __socket_hook_begin_flag = true; in __musl_socket_initialize()
Dmusl_socket_preinit_common.c14 bool __socket_hook_begin_flag; variable