Home
last modified time | relevance | path

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

/dports/net/lambdamoo/MOO-1.8.1/
H A Dnet_multi.c87 static nhandle *all_nhandles = 0; variable
305 if (all_nhandles) in new_nhandle()
306 all_nhandles->prev = &(h->next); in new_nhandle()
307 h->next = all_nhandles; in new_nhandle()
308 h->prev = &all_nhandles; in new_nhandle()
309 all_nhandles = h; in new_nhandle()
578 for (h = all_nhandles; h; h = h->next) { in network_process_io()
592 for (h = all_nhandles; h; h = hnext) { in network_process_io()
719 while (all_nhandles) in network_shutdown()
720 close_nhandle(all_nhandles); in network_shutdown()