usbi_cond_perthread 94 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos, *next_pos = NULL; usbi_cond_perthread 97 third_party/libusb/src/libusb/os/threads_windows.c list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) { usbi_cond_perthread 111 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos; usbi_cond_perthread 113 third_party/libusb/src/libusb/os/threads_windows.c list_for_each_entry(pos, &cond->waiters, list, struct usbi_cond_perthread) { usbi_cond_perthread 124 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos; usbi_cond_perthread 127 third_party/libusb/src/libusb/os/threads_windows.c pos = list_entry(&cond->waiters.next, struct usbi_cond_perthread, list); usbi_cond_perthread 134 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos; usbi_cond_perthread 138 third_party/libusb/src/libusb/os/threads_windows.c list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) { usbi_cond_perthread 145 third_party/libusb/src/libusb/os/threads_windows.c pos = (struct usbi_cond_perthread*) calloc(1, sizeof(struct usbi_cond_perthread));