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

Function _send_event_local

libcpu/aarch64/common/cpu.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117rt_inline void _send_event_local(void)
118{
119 __asm__ volatile("sevl");
120}
121
122rt_inline void _wait_for_event(void)
123{

Callers 1

rt_hw_spin_lockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected