Searched refs:callback_thread (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | posix_timers.cpp | 63 pthread_t callback_thread; member 102 pthread_kill(timer->callback_thread, TIMER_SIGNAL); in __timer_thread_stop() 155 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create() 168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create() 178 pthread_setname_np(timer->callback_thread, name); in timer_create()
|
/aosp12/hardware/libhardware/modules/radio/ |
H A D | radio_hw.c | 95 pthread_t callback_thread; member 705 pthread_create(&rdev->tuner->callback_thread, (const pthread_attr_t *) NULL, in rdev_open_tuner() 740 pthread_join(stub_tuner->callback_thread, (void **) NULL); in rdev_close_tuner()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/ |
H A D | sound_trigger_hw_iaxxx.c | 144 pthread_t callback_thread; member 3281 pthread_join(stdev->callback_thread, (void **)NULL); in stdev_close() 3627 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL, in stdev_open()
|