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

Function rt_mb_send_wait

src/ipc.c:2698–2703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2696}
2697
2698rt_err_t rt_mb_send_wait(rt_mailbox_t mb,
2699 rt_ubase_t value,
2700 rt_int32_t timeout)
2701{
2702 return _rt_mb_send_wait(mb, value, timeout, RT_UNINTERRUPTIBLE);
2703}
2704RTM_EXPORT(rt_mb_send_wait);
2705
2706rt_err_t rt_mb_send_wait_interruptible(rt_mailbox_t mb,

Callers 8

sys_mb_send_waitFunction · 0.85
putMethod · 0.85
sys_mbox_postFunction · 0.85
hal_mailbox_send_waitFunction · 0.85
pcap_thread_entryFunction · 0.85
rt_mb_sendFunction · 0.85
thread2_send_static_mbFunction · 0.85
thread4_send_dynamic_mbFunction · 0.85

Calls 1

_rt_mb_send_waitFunction · 0.85

Tested by

no test coverage detected