Lines Matching refs:WaitForSomething
19 nready = WaitForSomething (...);
32 WaitForSomething looks like:
70 WaitForSomething wakes up from select and returns that client
79 because WaitForSomething immediately returns if any clients
84 WaitForSomething; now that the client has no requests pending,
85 WaitForSomething will block in select again. If the client
139 Instead of returning immediately from WaitForSomething if clients have
150 additional overhead in WaitForSomething.
172 The changes to WaitForSomething and ReadRequestFromClient are
178 is chosen after each call to WaitForSomething, requests are
179 executed for that client and WaitForSomething is called again.