/external/libusb_aah/libusb/os/ |
windows_usb.c | 98 HANDLE timer_thread = NULL; variable 775 timer_thread = (HANDLE)_beginthreadex(NULL, 0, windows_clock_gettime_threaded, NULL, 0, NULL); 776 if (timer_thread == NULL) { 780 SetThreadAffinityMask(timer_thread, 0); 790 if (timer_thread) { 792 if (WAIT_OBJECT_0 != WaitForSingleObject(timer_thread, INFINITE)) { 794 TerminateThread(timer_thread, 1); // shouldn't happen, but we're destroying 797 CloseHandle(timer_thread); 798 timer_thread = NULL; [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 437 ** Function timer_thread 447 void timer_thread(signed long id) function 537 timer_thread, 540 GKI_TRACE_1("%s: pthread_create failed to create timer_thread!", __func__); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 437 ** Function timer_thread 447 void timer_thread(signed long id) function 512 timer_thread, 515 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!"); [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_ulinux.c | 607 void* timer_thread(void *arg) function 710 GKI_TRACE("gki_ulinux: Exiting timer_thread"); 808 timer_thread, 811 GKI_ERROR_LOG("pthread_create failed to create timer_thread!\n\r"); [all...] |