OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nb_responses
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c
864
LONG
nb_responses
;
local
911
nb_responses
= InterlockedExchange((LONG*)&request_count[0], 0);
912
if ( (
nb_responses
)
913
&& (ReleaseSemaphore(timer_response,
nb_responses
, NULL) == 0) ) {
[
all
...]
windows_usb.c
2160
LONG
nb_responses
;
local
[
all
...]
Completed in 162 milliseconds