Home | History | Annotate | Download | only in flip_server

Lines Matching full:ready

17 // Design notes: An efficient implementation of ready list has the following
24 // ready list's purpose is to enable completely event driven I/O model.
30 // - The ready list is constructed as a doubly linked list to enable O(1)
48 // - The ready list is "one shot": each entry is removed before OnEvent is
53 // ready_list_ will have all the new ready fds.
165 // Whether a CBAandEventMask is on the ready list is determined by a non-NULL
178 // Clean up all the ready list states. Don't bother with the other fields
179 // as they are initialized when the CBAandEventMask is added to the ready
201 // Must remove from the ready list before erasing.
288 // returns in order to add it to the ready list, we cannot have UnregisterFD
456 CHECK_EQ(ready_list_size_, count) << "Ready list size does not match count";
635 // If ready list is not empty, then don't sleep at all.
645 // If timeout is specified, and the ready list is empty.
685 // Now run through the ready list.