Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/stress/ns-tools/
Dfind_portbundle79 port_list=`mktemp`
85 | uniq > ${port_list}
92 rm -f $port_list
111 rm -f $port_list
117 done < $port_list
119 rm -f $port_list
/third_party/quickjs/
Dquickjs-libc.c126 struct list_head port_list; /* list of JSWorkerMessageHandler.link */ member
2241 list_empty(&ts->port_list)) in js_os_poll()
2284 list_for_each(el, &ts->port_list) { in js_os_poll()
2311 list_for_each(el, &ts->port_list) { in js_os_poll()
3486 list_add_tail(&port->link, &ts->port_list); in js_worker_set_onmessage()
3737 init_list_head(&ts->port_list); in js_std_init_handlers()