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

Function rt_mb_recv_killable

src/ipc.c:2991–2994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2989RTM_EXPORT(rt_mb_recv_interruptible);
2990
2991rt_err_t rt_mb_recv_killable(rt_mailbox_t mb, rt_ubase_t *value, rt_int32_t timeout)
2992{
2993 return _rt_mb_recv(mb, value, timeout, RT_KILLABLE);
2994}
2995RTM_EXPORT(rt_mb_recv_killable);
2996
2997/**

Callers

nothing calls this directly

Calls 1

_rt_mb_recvFunction · 0.85

Tested by

no test coverage detected