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

Function rt_mb_send_killable

src/ipc.c:2750–2753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2748RTM_EXPORT(rt_mb_send_interruptible);
2749
2750rt_err_t rt_mb_send_killable(rt_mailbox_t mb, rt_ubase_t value)
2751{
2752 return rt_mb_send_wait_killable(mb, value, 0);
2753}
2754RTM_EXPORT(rt_mb_send_killable);
2755
2756/**

Callers

nothing calls this directly

Calls 1

rt_mb_send_wait_killableFunction · 0.85

Tested by

no test coverage detected