Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_ipc.c518 rt_thread_t thread_send = 0; in _do_send_recv_timeout() local
532 thread_send = rt_thread_self(); in _do_send_recv_timeout()
533 thread_send->error = RT_EOK; in _do_send_recv_timeout()
556 rt_timer_control(&(thread_send->thread_timer), in _do_send_recv_timeout()
559 rt_timer_control(&(thread_send->thread_timer), in _do_send_recv_timeout()
563 rt_timer_control(&(thread_send->thread_timer), in _do_send_recv_timeout()
566 rt_timer_start(&(thread_send->thread_timer)); in _do_send_recv_timeout()
610 rt_timer_start(&(thread_send->thread_timer)); in _do_send_recv_timeout()
649 rt_timer_control(&(thread_send->thread_timer), in _do_send_recv_timeout()
653 rc = thread_send->error; in _do_send_recv_timeout()
[all …]

Completed in 8 milliseconds