OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_response
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c
50
HANDLE
timer_response
= NULL;
variable
222
timer_response
= CreateSemaphore(NULL, 0, MAX_TIMER_SEMAPHORES, NULL);
223
if (
timer_response
== NULL) {
263
if (
timer_response
) {
264
CloseHandle(
timer_response
);
265
timer_response
= NULL;
319
if (
timer_response
) {
320
CloseHandle(
timer_response
);
321
timer_response
= NULL;
913
&& (ReleaseSemaphore(
timer_response
, nb_responses, NULL) == 0) )
[
all
...]
windows_usb.c
114
HANDLE
timer_response
= NULL;
variable
872
timer_response
= CreateSemaphore(NULL, 0, MAX_TIMER_SEMAPHORES, NULL);
873
if (
timer_response
== NULL)
[
all
...]
Completed in 25 milliseconds