Home
last modified time | relevance | path

Searched refs:PRIORITY (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-Core-3.5.0/tests/kernel/fpu_sharing/float_disable/src/
Dk_float_disable.c16 #define PRIORITY K_PRIO_COOP(0) macro
62 k_thread_priority_set(k_current_get(), PRIORITY); in ZTEST()
69 PRIORITY, K_USER | K_FP_OPTS, in ZTEST()
110 k_thread_priority_set(k_current_get(), PRIORITY); in ZTEST()
118 PRIORITY, K_INHERIT_PERMS | K_USER | K_FP_OPTS, in ZTEST()
245 k_thread_priority_set(k_current_get(), PRIORITY); in ZTEST()
253 PRIORITY, K_FP_REGS, in ZTEST()
/Zephyr-Core-3.5.0/tests/misc/test_build/src/
Dmain.c24 #define PRIORITY 7 macro
83 PRIORITY, 0, K_NO_WAIT); in threadA()
90 PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/basic/threads/src/
Dmain.c18 #define PRIORITY 7 macro
112 PRIORITY, 0, 0);
114 PRIORITY, 0, 0);
116 PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/tracing/src/
Dmain.c25 #define PRIORITY 7 macro
103 PRIORITY, 0, K_NO_WAIT); in threadA()
112 PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/tests/kernel/fatal/exception/src/
Dmain.c27 #define PRIORITY 5 macro
288 NULL, NULL, NULL, K_PRIO_PREEMPT(PRIORITY), flags, in check_stack_overflow()
320 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
328 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
343 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
352 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
363 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
373 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
382 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
/Zephyr-Core-3.5.0/samples/subsys/edac/src/
Dmain.c17 #define PRIORITY 7 macro
64 PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/boards/arc_secure_services/src/
Dmain.c19 #define PRIORITY 7 macro
39 PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/synchronization/src/
Dmain.c25 #define PRIORITY 7 macro
111 PRIORITY, 0, K_FOREVER); in main()
122 PRIORITY, 0, K_FOREVER); in main()
/Zephyr-Core-3.5.0/tests/boards/espressif_esp32/cache_coex/src/
Dcache_coex.c26 #define PRIORITY 7 macro
274 K_THREAD_DEFINE(psram_id, STACKSIZE, psram_init, NULL, NULL, NULL, PRIORITY, 0, 0);
275 K_THREAD_DEFINE(flash_id, STACKSIZE, flash_init, NULL, NULL, NULL, PRIORITY, 0, 0);
276 K_THREAD_DEFINE(buffer_id, STACKSIZE, buffer_fill, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/src/
Dipc_service.c14 #define PRIORITY K_PRIO_PREEMPT(2) macro
94 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/remote/src/
Dipc_service.c13 #define PRIORITY K_PRIO_PREEMPT(2) macro
95 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/icmsg_me/remote/src/
Dmain.c13 #define PRIORITY K_PRIO_PREEMPT(2) macro
101 K_THREAD_DEFINE(ipc0A_thread_id, STACKSIZE, ipc0A_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
180 K_THREAD_DEFINE(ipc0B_thread_id, STACKSIZE, ipc0B_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
278 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/icmsg_me/src/
Dmain.c13 #define PRIORITY K_PRIO_PREEMPT(2) macro
107 K_THREAD_DEFINE(ipc0A_thread_id, STACKSIZE, ipc0A_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
178 K_THREAD_DEFINE(ipc0B_thread_id, STACKSIZE, ipc0B_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
282 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/static_vrings/remote/src/
Dmain.c13 #define PRIORITY K_PRIO_PREEMPT(2) macro
101 K_THREAD_DEFINE(ipc0A_thread_id, STACKSIZE, ipc0A_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
180 K_THREAD_DEFINE(ipc0B_thread_id, STACKSIZE, ipc0B_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
283 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/static_vrings/src/
Dmain.c13 #define PRIORITY K_PRIO_PREEMPT(2) macro
107 K_THREAD_DEFINE(ipc0A_thread_id, STACKSIZE, ipc0A_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
178 K_THREAD_DEFINE(ipc0B_thread_id, STACKSIZE, ipc0B_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
285 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/boards/stm32/power_mgmt/standby_shutdown/src/
Dmain.c22 #define PRIORITY 7 macro
90 NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-Core-3.5.0/samples/userspace/shared_mem/src/
Dmain.h48 #define PRIORITY 7 macro
/Zephyr-Core-3.5.0/samples/boards/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c20 #define PRIORITY K_PRIO_COOP(5) macro
229 NULL, NULL, NULL, PRIORITY, K_INHERIT_PERMS, K_FOREVER); in create_tasks()
231 NULL, NULL, NULL, PRIORITY, K_INHERIT_PERMS, K_FOREVER); in create_tasks()
/Zephyr-Core-3.5.0/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c17 #define PRIORITY K_PRIO_COOP(5) macro
194 NULL, NULL, NULL, PRIORITY, K_INHERIT_PERMS, K_FOREVER); in create_tasks()
196 NULL, NULL, NULL, PRIORITY, K_INHERIT_PERMS, K_FOREVER); in create_tasks()
/Zephyr-Core-3.5.0/tests/arch/common/timing/src/
Dmain.c17 #define PRIORITY 7 macro
110 PRIORITY, 0, K_FOREVER); in ZTEST()
/Zephyr-Core-3.5.0/samples/net/sockets/can/src/
Dmain.c17 #define PRIORITY k_thread_priority_get(k_current_get()) macro
209 NULL, NULL, PRIORITY, 0, K_SECONDS(1)); in setup_socket()
231 &sock_filter, PRIORITY, 0, K_NO_WAIT); in setup_socket()
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c152 PRIORITY, 0, K_NO_WAIT); in parent_handler()
181 PRIORITY, 0, K_FOREVER); in ZTEST()
Dmem_protect.h35 #define PRIORITY 5 macro
/Zephyr-Core-3.5.0/tests/arch/arm/arm_thread_swap/src/
Darm_syscalls.c26 #define PRIORITY 0 macro
239 K_PRIO_COOP(PRIORITY), K_USER, in ZTEST()
/Zephyr-Core-3.5.0/samples/drivers/ps2/src/
Dmain.c18 #define PRIORITY 7 macro
29 NULL, NULL, NULL, PRIORITY, 0, 0);

12