Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c228 rc = sctp_userspace_thread_create(&SCTP_BASE_VAR(timer_thread), user_sctp_timer_iterate); in sctp_start_timer_thread()
242 WaitForSingleObject(SCTP_BASE_VAR(timer_thread), INFINITE); in sctp_stop_timer_thread()
243 CloseHandle(SCTP_BASE_VAR(timer_thread)); in sctp_stop_timer_thread()
245 pthread_join(SCTP_BASE_VAR(timer_thread), NULL); in sctp_stop_timer_thread()
Dsctp_pcb.h311 userland_thread_t timer_thread; member
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c123 void *timer_thread(void *thread) in timer_thread() function
192 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c311 GThread *timer_thread; member
1678 priv->timer_thread = in gst_rtp_jitter_buffer_change_state()
1722 g_thread_join (priv->timer_thread); in gst_rtp_jitter_buffer_change_state()
1723 priv->timer_thread = NULL; in gst_rtp_jitter_buffer_change_state()