Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_ipc.c38 RT_IPC_STAT_IDLE, /* no suspended threads */ enumerator
324 ch->stat = RT_IPC_STAT_IDLE; in wakeup_sender_wait_recv()
355 ch->stat = RT_IPC_STAT_IDLE; in wakeup_sender_wait_reply()
372 ch->stat = RT_IPC_STAT_IDLE; in sender_timeout()
542 case RT_IPC_STAT_IDLE: in _do_send_recv_timeout()
616 ch->stat = RT_IPC_STAT_IDLE; in _do_send_recv_timeout()
636 if (ch->stat == RT_IPC_STAT_IDLE) in _do_send_recv_timeout()
767 ch->stat = RT_IPC_STAT_IDLE; in wakeup_receiver()
790 ch->stat = RT_IPC_STAT_IDLE; in receiver_timeout()
827 else if (ch->stat != RT_IPC_STAT_IDLE) in _rt_raw_channel_recv_timeout()
[all …]

Completed in 8 milliseconds