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

Function rt_mb_send_wait_interruptible

src/ipc.c:2706–2711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2704RTM_EXPORT(rt_mb_send_wait);
2705
2706rt_err_t rt_mb_send_wait_interruptible(rt_mailbox_t mb,
2707 rt_ubase_t value,
2708 rt_int32_t timeout)
2709{
2710 return _rt_mb_send_wait(mb, value, timeout, RT_INTERRUPTIBLE);
2711}
2712RTM_EXPORT(rt_mb_send_wait_interruptible);
2713
2714rt_err_t rt_mb_send_wait_killable(rt_mailbox_t mb,

Callers 1

rt_mb_send_interruptibleFunction · 0.85

Calls 1

_rt_mb_send_waitFunction · 0.85

Tested by

no test coverage detected