Home
last modified time | relevance | path

Searched refs:sleeping (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst12 threads of differing priorities, as well as mutex/semaphore and thread sleeping
56 priorities, as well as semaphores and thread sleeping.
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst12 threads of differing priorities, as well as mutex/semaphore and thread sleeping
56 priorities, as well as semaphores and thread sleeping.
/Zephyr-latest/drivers/timer/
DKconfig.nrf_grtc56 This feature prevents the SYSCOUNTER from sleeping when any core is in
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst148 than that of the sleeping thread will actually be scheduled before
149 the sleeping thread becomes ready once again.
222 for a specified time period. During the time the thread is sleeping
227 A sleeping thread can be woken up prematurely by another thread using
229 to permit the secondary thread to signal the sleeping thread
232 Waking up a thread that is not sleeping is allowed, but has no effect.
243 A busy wait is typically used instead of thread sleeping
/Zephyr-latest/samples/userspace/shared_mem/
DREADME.rst50 message after sleeping. To send the message the PT thread checks a
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst34 * Non-sleeping delays e.g. :c:func:`k_busy_wait`.
Dindex.rst136 a thread since a sleeping thread becomes executable automatically when the
/Zephyr-latest/drivers/clock_control/
DKconfig.stm3282 a background thread is created and performs LSI measurements, sleeping
/Zephyr-latest/tests/kernel/context/
DREADME.txt97 thread sleeping for 50 milliseconds
/Zephyr-latest/samples/philosophers/
DREADME.rst13 sleeping.
/Zephyr-latest/boards/
DKconfig86 When the virtual CPU is sleeping, the virtual time will advance
/Zephyr-latest/doc/develop/test/
Dztest.rst430 a randomized amount of system ticks. The framework is tracking CPU load and adjusts sleeping
/Zephyr-latest/boards/native/doc/
Darch_soc.rst85 simulated CPU is sleeping.
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst137 then performs an operation that puts itself to sleep (e.g. sleeping
/Zephyr-latest/doc/hardware/porting/
Darch.rst236 yielding/sleeping primitives.
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst1229 …ate doesn't return an error when setting the timeout >30sec, stops device from sleeping on nrf52840
1493 * :github:`25952` - STM32 LPTIM driver doesn't restart counter after sleeping K_TICKS_FOREVER
Drelease-notes-2.5.rst1288 * :github:`30384` - Scheduler doesn't activate sleeping threads on native_posix