HomeSort by relevance Sort by last modified time
    Searched refs:timer_mutex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 46 HANDLE timer_mutex = NULL; variable
227 timer_mutex = CreateMutex(NULL, FALSE, NULL);
228 if (timer_mutex == NULL) {
267 if (timer_mutex) {
268 CloseHandle(timer_mutex);
269 timer_mutex = NULL;
323 if (timer_mutex) {
324 CloseHandle(timer_mutex);
325 timer_mutex = NULL;
899 WaitForSingleObject(timer_mutex, INFINITE)
    [all...]
windows_usb.c 110 HANDLE timer_mutex = NULL; variable
    [all...]

Completed in 33 milliseconds