HomeSort by relevance Sort by last modified time
    Searched refs:not_waiting (Results 1 - 2 of 2) sorted by null

  /external/libusb_aah/libusb/os/
threads_windows.c 88 list_init(&cond->not_waiting);
96 list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
138 list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
153 list_add(&pos->list, &cond->not_waiting);
156 list_del(&pos->list); // remove from not_waiting list.
166 list_add(&pos->list, &cond->not_waiting);
threads_windows.h 39 struct list_head not_waiting; member in struct:usbi_cond_t_

Completed in 272 milliseconds