OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TIMER_SEMAPHORES
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h
63
#define
MAX_TIMER_SEMAPHORES
128
wince_usb.c
222
timer_response = CreateSemaphore(NULL, 0,
MAX_TIMER_SEMAPHORES
, NULL);
[
all
...]
windows_usb.c
872
timer_response = CreateSemaphore(NULL, 0,
MAX_TIMER_SEMAPHORES
, NULL);
[
all
...]
Completed in 56 milliseconds