Searched defs:prio (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c384 sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg, int prio) argument
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c506 sys_thread_t sys_thread_new(const char*name, lwip_thread_fn thread, void *arg, int stacksize, int prio) argument
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c717 tcp_setprio(struct tcp_pcb *pcb, u8_t prio) argument
719 pcb->prio = prio;
757 tcp_kill_prio(u8_t prio) argument
767 prio. */
771 if (pcb->prio <= prio &&
772 pcb->prio <= mprio &&
776 mprio = pcb->prio;
811 tcp_alloc(u8_t prio) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_ccmp.c71 u8 prio; /**< Packet priority, 0 for non-QoS */ member in struct:ccmp_nonce
354 nonce.prio = 0;
426 nonce.prio = 0;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h57 struct tcp_pcb * tcp_alloc (u8_t prio);
91 void tcp_setprio (struct tcp_pcb *pcb, u8_t prio);
223 u8_t prio; member in struct:tcp_pcb
328 u8_t prio; member in struct:tcp_pcb_listen
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c594 lpcb->prio = pcb->prio;
1245 * @param prio new priority
1248 tcp_setprio(struct tcp_pcb *pcb, u8_t prio) argument
1250 pcb->prio = prio;
1297 * 'prio'.
1299 * @param prio minimum priority
1302 tcp_kill_prio(u8_t prio) argument
1311 /* We kill the oldest active connection that has lower priority than prio
1363 tcp_alloc(u8_t prio) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprovider.c66 #include "prio.h"
736 StartFn start, void *arg, PRThreadPriority prio, PRThreadState state)
735 NewThread( StartFn start, void *arg, PRThreadPriority prio, PRThreadState state) argument

Completed in 61 milliseconds