OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usbi_cond_perthread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.c
94
struct
usbi_cond_perthread
*pos, *next_pos = NULL;
97
list_for_each_entry_safe(pos, next_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 64 milliseconds