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

/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c424 ** Function timer_thread
434 void timer_thread(signed long id) { function
516 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) {
517 GKI_TRACE_1("%s: pthread_create failed to create timer_thread!", __func__);
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c411 ** Function timer_thread
421 void timer_thread(signed long id) { function
481 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) {
482 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!");

Completed in 83 milliseconds