Searched refs:__socket_hook_begin_flag (Results 1 – 3 of 3) sorted by relevance
21 extern bool __socket_hook_begin_flag;34 return __socket_hook_begin_flag; in __get_socket_hook_begin_flag()
43 __socket_hook_begin_flag = false; in socket_finalize()146 __socket_hook_begin_flag = true; in __musl_socket_initialize()
14 bool __socket_hook_begin_flag; variable