Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmusl_socket_preinit_common.h31 inline bool __get_socket_hook_begin_flag() in __get_socket_hook_begin_flag() function
65 if (!__get_socket_hook_begin_flag()) { in get_socket_dispatch()
Dmusl_socket_preinit.c143 bool begin_flag = __get_socket_hook_begin_flag(); in __musl_socket_initialize()