/Zephyr-Core-3.5.0/tests/kernel/fpu_sharing/float_disable/src/ |
D | k_float_disable.c | 16 #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/ |
D | main.c | 24 #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/ |
D | main.c | 18 #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/ |
D | main.c | 25 #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/ |
D | main.c | 27 #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/ |
D | main.c | 17 #define PRIORITY 7 macro 64 PRIORITY, 0, 0);
|
/Zephyr-Core-3.5.0/samples/boards/arc_secure_services/src/ |
D | main.c | 19 #define PRIORITY 7 macro 39 PRIORITY, 0, 0);
|
/Zephyr-Core-3.5.0/samples/synchronization/src/ |
D | main.c | 25 #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/ |
D | cache_coex.c | 26 #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/ |
D | ipc_service.c | 14 #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/ |
D | ipc_service.c | 13 #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/ |
D | main.c | 13 #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/ |
D | main.c | 13 #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/ |
D | main.c | 13 #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/ |
D | main.c | 13 #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/ |
D | main.c | 22 #define PRIORITY 7 macro 90 NULL, NULL, NULL, PRIORITY, 0, 0);
|
/Zephyr-Core-3.5.0/samples/userspace/shared_mem/src/ |
D | main.h | 48 #define PRIORITY 7 macro
|
/Zephyr-Core-3.5.0/samples/boards/mec15xxevb_assy6853/power_management/src/ |
D | power_mgmt.c | 20 #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/ |
D | power_mgmt.c | 17 #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/ |
D | main.c | 17 #define PRIORITY 7 macro 110 PRIORITY, 0, K_FOREVER); in ZTEST()
|
/Zephyr-Core-3.5.0/samples/net/sockets/can/src/ |
D | main.c | 17 #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/ |
D | inherit.c | 152 PRIORITY, 0, K_NO_WAIT); in parent_handler() 181 PRIORITY, 0, K_FOREVER); in ZTEST()
|
D | mem_protect.h | 35 #define PRIORITY 5 macro
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_thread_swap/src/ |
D | arm_syscalls.c | 26 #define PRIORITY 0 macro 239 K_PRIO_COOP(PRIORITY), K_USER, in ZTEST()
|
/Zephyr-Core-3.5.0/samples/drivers/ps2/src/ |
D | main.c | 18 #define PRIORITY 7 macro 29 NULL, NULL, NULL, PRIORITY, 0, 0);
|