Searched refs:inactive (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp.c1351 inactive for too long, will drop the data (it will eventually
1708 struct tcp_pcb *pcb, *inactive; local
1729 inactive = NULL;
1736 inactive = pcb;
1740 if (inactive != NULL) {
1742 (void *)inactive, inactivity));
1743 tcp_abort(inactive);
1754 struct tcp_pcb *pcb, *inactive; local
1760 inactive = NULL;
1767 inactive
1786 struct tcp_pcb *pcb, *inactive; local
[all...]
/seL4-camkes-master/kernel/manual/parts/
H A Dthreads.tex42 \autoref{sec:kernmemalloc}). A newly created thread is initially inactive. It
227 delivered. The passive receiver will be set to inactive as it does not have a scheduling context.

Completed in 90 milliseconds