MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_lib_end

Function acl_lib_end

lib_acl/src/init/acl_init.c:89–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87#endif
88
89void acl_lib_end(void)
90{
91 static int __have_ended = 0;
92
93 if (__have_ended)
94 return;
95 __have_ended = 1;
96#if defined(ACL_WINDOWS)
97 acl_socket_end();
98 acl_pthread_end();
99#endif
100}
101
102int __acl_var_use_poll = 1;
103

Callers 11

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
endFunction · 0.85
endFunction · 0.85
childFunction · 0.85
parentFunction · 0.85
mainFunction · 0.85
endFunction · 0.85
endFunction · 0.85
endFunction · 0.85

Calls 2

acl_socket_endFunction · 0.85
acl_pthread_endFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…