OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_request
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c
49
HANDLE
timer_request
[2] = { NULL, NULL };
variable
216
timer_request
[i] = CreateEvent(NULL, TRUE, FALSE, NULL);
217
if (
timer_request
[i] == NULL) {
248
SetEvent(
timer_request
[1]); // actually the signal to quit the thread.
258
if (
timer_request
[i]) {
259
CloseHandle(
timer_request
[i]);
260
timer_request
[i] = NULL;
305
SetEvent(
timer_request
[1]); // actually the signal to quit the thread.
314
if (
timer_request
[i]) {
315
CloseHandle(
timer_request
[i])
[
all
...]
windows_usb.c
113
HANDLE
timer_request
[2] = { NULL, NULL };
variable
866
timer_request
[i] = CreateEvent(NULL, TRUE, FALSE, NULL);
867
if (
timer_request
[i] == NULL) {
[
all
...]
Completed in 216 milliseconds