Home
last modified time | relevance | path

Searched refs:woken (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.6.0/kernel/
Dcondvar.c80 int woken = 0; in z_impl_k_condvar_broadcast() local
89 woken++; in z_impl_k_condvar_broadcast()
94 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_condvar, broadcast, condvar, woken); in z_impl_k_condvar_broadcast()
98 return woken; in z_impl_k_condvar_broadcast()
Dfutex.c30 unsigned int woken = 0U; in z_impl_k_futex_wake() local
44 woken++; in z_impl_k_futex_wake()
52 return woken; in z_impl_k_futex_wake()
/Zephyr-Core-3.6.0/tests/kernel/mem_protect/futex/src/
Dmain.c36 ZTEST_BMEM int woken; variable
235 woken = 1; in ZTEST()
249 futex_wake_task, &woken, NULL, NULL, in ZTEST()
267 woken = 1; in ZTEST()
281 futex_wake_task, &woken, NULL, NULL, in ZTEST()
300 woken = 0; in ZTEST()
314 futex_wake_task, &woken, NULL, NULL, in ZTEST()
353 woken = TOTAL_THREADS_WAITING; in ZTEST()
369 STACK_SIZE, futex_wake_task, &woken, in ZTEST()
387 woken = 1; in ZTEST()
[all …]
/Zephyr-Core-3.6.0/tests/kernel/condvar/condvar_api/src/
Dmain.c30 ZTEST_BMEM int woken; variable
142 woken = 1; in ZTEST_USER()
154 condvar_wake_task, &woken, NULL, NULL, in ZTEST_USER()
169 woken = 1; in ZTEST_USER()
180 condvar_wake_task, &woken, NULL, NULL, in ZTEST_USER()
245 woken = 0; in ZTEST_USER()
257 condvar_wake_task, &woken, NULL, NULL, in ZTEST_USER()
291 woken = TOTAL_THREADS_WAITING; in ZTEST_USER()
306 STACK_SIZE, condvar_wake_multiple, &woken, in ZTEST_USER()
346 if (woken > 1) { in condvar_multiple_wake_task()
[all …]
/Zephyr-Core-3.6.0/kernel/include/
Dksched.h338 bool woken = false; in z_sched_wake_all() local
341 woken = true; in z_sched_wake_all()
345 return woken; in z_sched_wake_all()
/Zephyr-Core-3.6.0/samples/sensor/tmp108/
DKconfig18 woken up and taken a temperature reading, calling sample_fetch
/Zephyr-Core-3.6.0/tests/kernel/context/
DREADME.txt33 - Tickless Kernel: CPU to be woken up by a kernel timer (k_timer)
35 CPU to be woken up by tick timer. Thus, after each call, the tick count
/Zephyr-Core-3.6.0/doc/kernel/services/synchronization/
Dcondvar.rst86 * thread is woken up and the call returns.
/Zephyr-Core-3.6.0/doc/kernel/services/scheduling/
Dindex.rst227 A sleeping thread can be woken up prematurely by another thread using
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dindex.rst292 in driver subsystems. The thread, once woken, will be guaranteed to
/Zephyr-Core-3.6.0/doc/services/logging/
Dindex.rst129 is woken up. If :kconfig:option:`CONFIG_LOG_PROCESS_THREAD` is enabled then this
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.1.rst517 * :github:`20800` - Ready thread is not swapped in after being woken up in IRQ