Searched refs:timer_request (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c49 HANDLE timer_request[2] = { NULL, NULL }; variable
216 timer_request[i] = CreateEvent(NULL, TRUE, FALSE, NULL);
217 if (timer_request[i] == NULL) {
254 SetEvent(timer_request[1]); // actually the signal to quit the thread.
264 if (timer_request[i]) {
265 CloseHandle(timer_request[i]);
266 timer_request[i] = NULL;
311 SetEvent(timer_request[1]); // actually the signal to quit the thread.
320 if (timer_request[i]) {
321 CloseHandle(timer_request[
[all...]
H A Dwindows_usb.c113 HANDLE timer_request[2] = { NULL, NULL }; variable
866 timer_request[i] = CreateEvent(NULL, TRUE, FALSE, NULL);
867 if (timer_request[i] == NULL) {
904 SetEvent(timer_request[1]); // actually the signal to quit the thread.
914 if (timer_request[i]) {
915 CloseHandle(timer_request[i]);
916 timer_request[i] = NULL;
1710 SetEvent(timer_request[1]); // actually the signal to quit the thread.
1719 if (timer_request[i]) {
1720 CloseHandle(timer_request[
[all...]

Completed in 4019 milliseconds