Searched refs:timer_thread (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/hardware/samsung/nfc/halimpl/osi/ |
D | osi_timer.cc | 31 void timer_thread(void); 108 ret_th = pthread_create(&osi_info.timer_thread, &attr, in OSI_timer_start() 109 (void* (*)(void*))timer_thread, NULL); in OSI_timer_start() 142 pthread_join(osi_info.timer_thread, NULL); in OSI_timer_stop() 238 void timer_thread(void) { in timer_thread() function
|
D | osi_common.h | 121 pthread_t timer_thread; member
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | timer_manager.cc | 68 static void timer_thread(void* completed_thread_ptr); 95 ct->thd = grpc_core::Thread("grpc_global_timer", timer_thread, ct); in start_timer_thread_and_unlock() 283 static void timer_thread(void* completed_thread_ptr) { in timer_thread() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | timer_manager.cc | 66 static void timer_thread(void* completed_thread_ptr); 93 ct->thd = grpc_core::Thread("grpc_global_timer", timer_thread, ct); in start_timer_thread_and_unlock() 281 static void timer_thread(void* completed_thread_ptr) { in timer_thread() function
|
/aosp_15_r20/external/ltp/testcases/realtime/func/hrtimer-prio/ |
H A D | hrtimer-prio.c | 123 void *timer_thread(void *thread) in timer_thread() function 192 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main()
|
/aosp_15_r20/system/nfc/src/gki/ulinux/ |
H A D | gki_ulinux.cc | 405 void timer_thread(signed long id) { in timer_thread() function 466 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()
|