/Zephyr-latest/tests/kernel/fpu_sharing/float_disable/src/ |
D | k_float_disable.c | 16 #define PRIORITY K_PRIO_COOP(0) macro 70 k_thread_priority_set(k_current_get(), PRIORITY); in ZTEST() 77 PRIORITY, K_USER | K_FP_OPTS, in ZTEST() 118 k_thread_priority_set(k_current_get(), PRIORITY); in ZTEST() 126 PRIORITY, K_INHERIT_PERMS | K_USER | K_FP_OPTS, in ZTEST() 257 k_thread_priority_set(k_current_get(), PRIORITY); in ZTEST() 265 PRIORITY, K_FP_REGS, in ZTEST()
|
/Zephyr-latest/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-latest/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-latest/samples/subsys/tracing/src/ |
D | main.c | 26 #define PRIORITY 7 macro 109 PRIORITY, 0, K_NO_WAIT); in threadA() 118 PRIORITY, 0, 0);
|
D | gpio_main.c | 17 #define PRIORITY 7 macro 70 K_THREAD_DEFINE(thread_gpio, STACKSIZE, gpio_thread, NULL, NULL, NULL, PRIORITY, 0, 0);
|
/Zephyr-latest/samples/subsys/edac/src/ |
D | main.c | 17 #define PRIORITY 7 macro 64 PRIORITY, 0, 0);
|
/Zephyr-latest/tests/kernel/fatal/exception/src/ |
D | main.c | 31 #define PRIORITY 5 macro 292 NULL, NULL, NULL, K_PRIO_PREEMPT(PRIORITY), flags, in check_stack_overflow() 324 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST() 332 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST() 347 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST() 356 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST() 367 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST() 377 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST() 386 NULL, NULL, NULL, K_PRIO_COOP(PRIORITY), 0, in ZTEST()
|
/Zephyr-latest/samples/boards/arc_secure_services/src/ |
D | main.c | 19 #define PRIORITY 7 macro 39 PRIORITY, 0, 0);
|
/Zephyr-latest/samples/synchronization/src/ |
D | main.c | 25 #define PRIORITY 7 macro 99 PRIORITY, 0, 0); 107 PRIORITY, 0, K_FOREVER); in main()
|
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/src/ |
D | main.c | 13 #define PRIORITY 2 macro 49 NULL, PRIORITY, K_INHERIT_PERMS, K_NO_WAIT); in start()
|
/Zephyr-latest/samples/subsys/llext/edk/ext3/src/ |
D | main.c | 13 #define PRIORITY 2 macro 50 NULL, PRIORITY, K_INHERIT_PERMS | K_USER, K_NO_WAIT); in start()
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/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); 253 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/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); 256 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
|
/Zephyr-latest/tests/boards/espressif/cache_coex/src/ |
D | cache_coex.c | 27 #define PRIORITY 7 macro 275 K_THREAD_DEFINE(psram_id, STACKSIZE, psram_init, NULL, NULL, NULL, PRIORITY, 0, 0); 276 K_THREAD_DEFINE(flash_id, STACKSIZE, flash_init, NULL, NULL, NULL, PRIORITY, 0, 0); 277 K_THREAD_DEFINE(buffer_id, STACKSIZE, buffer_fill, NULL, NULL, NULL, PRIORITY, 0, 0);
|
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/samples/boards/st/power_mgmt/standby_shutdown/src/ |
D | main.c | 22 #define PRIORITY 7 macro 90 NULL, NULL, NULL, PRIORITY, 0, 0);
|
/Zephyr-latest/samples/boards/microchip/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-latest/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-latest/tests/arch/common/timing/src/ |
D | main.c | 17 #define PRIORITY 7 macro 110 PRIORITY, 0, K_FOREVER); in ZTEST()
|
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | main.h | 48 #define PRIORITY 7 macro
|
/Zephyr-latest/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()
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/ |
D | arm_syscalls.c | 22 #define PRIORITY 0 macro 239 K_PRIO_COOP(PRIORITY), K_USER, in ZTEST()
|