Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_ipc.c806 static rt_err_t _rt_raw_channel_recv_timeout(rt_channel_t ch, rt_channel_msg_t data, rt_int32_t tim… in _rt_raw_channel_recv_timeout() function
919 return _rt_raw_channel_recv_timeout(ch, data, RT_WAITING_FOREVER); in rt_raw_channel_recv()
924 return _rt_raw_channel_recv_timeout(ch, data, time); in rt_raw_channel_recv_timeout()
931 return _rt_raw_channel_recv_timeout(ch, data, 0); in rt_raw_channel_peek()

Completed in 7 milliseconds