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

Function rt_interrupt_context_pop

src/irq.c:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void rt_interrupt_context_pop(void)
81{
82 struct rt_cpu *this_cpu = rt_cpu_self();
83 rt_slist_pop(&this_cpu->irq_ctx_head);
84}
85
86void *rt_interrupt_context_get(void)
87{

Callers 1

rt_hw_trap_irqFunction · 0.85

Calls 2

rt_slist_popFunction · 0.85
rt_cpu_selfFunction · 0.70

Tested by

no test coverage detected