Home
last modified time | relevance | path

Searched refs:timer_thread (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc62 static void timer_thread(void* completed_thread_ptr);
89 ct->thd = grpc_core::Thread("grpc_global_timer", timer_thread, ct); in start_timer_thread_and_unlock()
265 static void timer_thread(void* completed_thread_ptr) { in timer_thread() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_manager.cc65 static void timer_thread(void* completed_thread_ptr);
92 ct->thd = grpc_core::Thread("grpc_global_timer", timer_thread, ct); in start_timer_thread_and_unlock()
280 static void timer_thread(void* completed_thread_ptr) { in timer_thread() function
/external/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c126 void *timer_thread(void *thread) in timer_thread() function
195 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main()
/external/usrsctp/usrsctplib/netinet/
Dsctp_callout.c228 rc = sctp_userspace_thread_create(&SCTP_BASE_VAR(timer_thread), user_sctp_timer_iterate); in sctp_start_timer()
Dsctp_pcb.h316 userland_thread_t timer_thread; member
Dsctp_usrreq.c217 WaitForSingleObject(SCTP_BASE_VAR(timer_thread), INFINITE); in sctp_finish()
218 CloseHandle(SCTP_BASE_VAR(timer_thread)); in sctp_finish()
220 pthread_join(SCTP_BASE_VAR(timer_thread), NULL); in sctp_finish()