Searched refs:timer_thread_id (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c74 static pthread_t timer_thread_id = 0; variable
535 if (pthread_create( &timer_thread_id,
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c73 static pthread_t timer_thread_id = 0; variable
510 if (pthread_create( &timer_thread_id,
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c85 static pthread_t timer_thread_id = 0; variable
770 pthread_join(timer_thread_id, NULL);
806 if (pthread_create( &timer_thread_id,

Completed in 59 milliseconds