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

  /external/libusb/libusb/os/
windows_nt_common.c 54 static DWORD timer_thread_id = 0; variable
341 0, (unsigned int *)&timer_thread_id);
372 if (!pPostThreadMessageA(timer_thread_id, WM_TIMER_EXIT, 0, 0)
381 timer_thread_id = 0;
444 if (!pPostThreadMessageA(timer_thread_id, WM_TIMER_REQUEST, 0, (LPARAM)&request)) {
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 65 static pthread_t timer_thread_id = 0; variable
473 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) {
    [all...]

Completed in 78 milliseconds