Home
last modified time | relevance | path

Searched refs:__current_dispatch (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_socket_preinit_common.h20 extern long long __current_dispatch;
63 volatile const struct SocketDispatchType* ret = (struct SocketDispatchType *)__current_dispatch; in get_socket_dispatch()
H A Dmusl_socket_preinit.c42 __current_dispatch = 0; in socket_finalize()
117 __current_dispatch = 0; in install_ohos_socket_hook()
128 __current_dispatch = (long long)(&__musl_libc_socket_dispatch); in install_ohos_socket_hook()
H A Dmusl_socket_preinit_common.c8 long long __current_dispatch; variable
/third_party/musl/src/hook/linux/
H A Dmusl_socket_preinit_common.h35 extern long long __current_dispatch;
78 volatile const struct SocketDispatchType* ret = (struct SocketDispatchType *)__current_dispatch; in get_socket_dispatch()
H A Dmusl_socket_preinit.c57 __current_dispatch = 0; in socket_finalize()
132 __current_dispatch = 0; in install_ohos_socket_hook()
143 __current_dispatch = (long long)(&__musl_libc_socket_dispatch); in install_ohos_socket_hook()
H A Dmusl_socket_preinit_common.c23 long long __current_dispatch; variable

Completed in 2 milliseconds