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

  /external/libusb_aah/libusb/os/
threads_windows.c 93 struct usbi_cond_perthread *pos, *prev_pos = NULL;
96 list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
111 struct usbi_cond_perthread *pos;
113 list_for_each_entry(pos, &cond->waiters, list, struct usbi_cond_perthread) {
124 struct usbi_cond_perthread *pos;
127 pos = list_entry(&cond->waiters.next, struct usbi_cond_perthread, list);
134 struct usbi_cond_perthread *pos;
138 list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
145 pos = (struct usbi_cond_perthread*) calloc(1, sizeof(struct usbi_cond_perthread));
    [all...]
threads_windows.h 29 struct usbi_cond_perthread { struct

Completed in 324 milliseconds