HomeSort by relevance Sort by last modified time
    Searched defs:timer_thread (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 45 static void *timer_thread(void *thread_data) function
142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) {
  /hardware/qcom/gps/utils/
loc_timer.c 53 static void *timer_thread(void *thread_data) function
153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) {
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 45 HANDLE timer_thread = NULL; variable
232 timer_thread = CreateThread(NULL, 0, wince_clock_gettime_threaded, NULL, 0, NULL);
233 if (timer_thread == NULL) {
253 if (timer_thread) {
255 if (WAIT_OBJECT_0 != WaitForSingleObject(timer_thread, INFINITE)) {
257 TerminateThread(timer_thread, 1); // shouldn't happen, but we're destroying
260 CloseHandle(timer_thread);
261 timer_thread = NULL;
310 if (timer_thread) {
312 if (WAIT_OBJECT_0 != WaitForSingleObject(timer_thread, INFINITE))
    [all...]
windows_usb.c 109 HANDLE timer_thread = NULL; variable
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 438 ** Function timer_thread
448 void timer_thread(signed long id) function
538 timer_thread,
541 GKI_TRACE_1("%s: pthread_create failed to create timer_thread!", __func__);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 438 ** Function timer_thread
448 void timer_thread(signed long id) function
513 timer_thread,
516 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!");
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 311 userland_thread_t timer_thread; member in struct:sctp_base_info

Completed in 337 milliseconds