MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_mb_send_wait_killable

Function rt_mb_send_wait_killable

src/ipc.c:2714–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2712RTM_EXPORT(rt_mb_send_wait_interruptible);
2713
2714rt_err_t rt_mb_send_wait_killable(rt_mailbox_t mb,
2715 rt_ubase_t value,
2716 rt_int32_t timeout)
2717{
2718 return _rt_mb_send_wait(mb, value, timeout, RT_KILLABLE);
2719}
2720RTM_EXPORT(rt_mb_send_wait_killable);
2721/**
2722 * @brief This function will send an mail to the mailbox object. If there is a thread suspended on the mailbox,

Callers 1

rt_mb_send_killableFunction · 0.85

Calls 1

_rt_mb_send_waitFunction · 0.85

Tested by

no test coverage detected