Searched refs:k_cpu_atomic_idle (Results 1 – 13 of 13) sorted by relevance
12 k_cpu_atomic_idle(irq_lock()); in cpu_sleep()
51 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).
169 k_cpu_atomic_idle(arch_irq_lock()); in pm_state_set()
243 k_cpu_atomic_idle(key); in _test_kernel_cpu_idle()275 k_cpu_atomic_idle(key); in _test_kernel_cpu_idle()
290 k_cpu_atomic_idle(irq_lock()); in entropy_nrf5_get_entropy_isr()
117 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).125 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).
322 the CPU idle. In such a case, k_cpu_atomic_idle() should be used instead.328 system completely. To prevent this, k_cpu_atomic_idle() should have been used,363 k_cpu_atomic_idle(key);372 Use k_cpu_atomic_idle() when a thread has to do some real work in addition to
515 k_cpu_atomic_idle(key); in lfclk_spinwait()
339 and k_cpu_atomic_idle(). The implementation is present in345 instruction, while in k_cpu_atomic_idle() the processor will351 * Both k_cpu_idle() and k_cpu_atomic_idle() are *assumed* to be invoked
444 k_cpu_atomic_idle(key); in qspi_wait_for_completion()
364 k_cpu_atomic_idle(key); in qspi_wait_for_completion()
6088 static inline void k_cpu_atomic_idle(unsigned int key) in k_cpu_atomic_idle() function
701 * :github:`3173` - k_cpu_atomic_idle failed @ARM