Searched refs:sleeping (Results 1 – 17 of 17) sorted by relevance
12 threads of differing priorities, as well as mutex/semaphore and thread sleeping56 priorities, as well as semaphores and thread sleeping.
56 This feature prevents the SYSCOUNTER from sleeping when any core is in
148 than that of the sleeping thread will actually be scheduled before149 the sleeping thread becomes ready once again.222 for a specified time period. During the time the thread is sleeping227 A sleeping thread can be woken up prematurely by another thread using229 to permit the secondary thread to signal the sleeping thread232 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
50 message after sleeping. To send the message the PT thread checks a
34 * Non-sleeping delays e.g. :c:func:`k_busy_wait`.
136 a thread since a sleeping thread becomes executable automatically when the
82 a background thread is created and performs LSI measurements, sleeping
97 thread sleeping for 50 milliseconds
13 sleeping.
86 When the virtual CPU is sleeping, the virtual time will advance
430 a randomized amount of system ticks. The framework is tracking CPU load and adjusts sleeping
85 simulated CPU is sleeping.
137 then performs an operation that puts itself to sleep (e.g. sleeping
236 yielding/sleeping primitives.
1229 …ate doesn't return an error when setting the timeout >30sec, stops device from sleeping on nrf528401493 * :github:`25952` - STM32 LPTIM driver doesn't restart counter after sleeping K_TICKS_FOREVER
1288 * :github:`30384` - Scheduler doesn't activate sleeping threads on native_posix