Lines Matching full:waiting
81 /** counter of how many threads are waiting for this socket using select */
85 /** Description for a task waiting in select */
87 /** Pointer to the next waiting task */
89 /** Pointer to the previous waiting task */
99 /** semaphore to wake up a task waiting for select */
127 /** The global list of tasks waiting for select */
1257 * Processes recvevent (data available) and wakes up tasks waiting for select.
1323 /* noone is waiting for this socket, no need to check select_cb_list */
1328 /* Now decide if anyone is waiting for this socket */
1330 ONLY IF a select was actually waiting. We go through the list the number
1331 of waiting select calls + 1. This list is expected to be small. */