Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/kernel/fpu_sharing/float_disable/src/
Dk_float_disable.c16 #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/
Dmain.c24 #define PRIORITY 7 macro
83 PRIORITY, 0, K_NO_WAIT); in threadA()
90 PRIORITY, 0, 0);
/Zephyr-latest/samples/basic/threads/src/
Dmain.c18 #define PRIORITY 7 macro
112 PRIORITY, 0, 0);
114 PRIORITY, 0, 0);
116 PRIORITY, 0, 0);
/Zephyr-latest/samples/subsys/tracing/src/
Dmain.c26 #define PRIORITY 7 macro
109 PRIORITY, 0, K_NO_WAIT); in threadA()
118 PRIORITY, 0, 0);
Dgpio_main.c17 #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/
Dmain.c17 #define PRIORITY 7 macro
64 PRIORITY, 0, 0);
/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c31 #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/
Dmain.c19 #define PRIORITY 7 macro
39 PRIORITY, 0, 0);
/Zephyr-latest/samples/synchronization/src/
Dmain.c25 #define PRIORITY 7 macro
99 PRIORITY, 0, 0);
107 PRIORITY, 0, K_FOREVER); in main()
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/src/
Dmain.c13 #define PRIORITY 2 macro
49 NULL, PRIORITY, K_INHERIT_PERMS, K_NO_WAIT); in start()
/Zephyr-latest/samples/subsys/llext/edk/ext3/src/
Dmain.c13 #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/
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);
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/
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);
256 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c27 #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/
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-latest/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-latest/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-latest/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-latest/samples/boards/st/power_mgmt/standby_shutdown/src/
Dmain.c22 #define PRIORITY 7 macro
90 NULL, NULL, NULL, PRIORITY, 0, 0);
/Zephyr-latest/samples/boards/microchip/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-latest/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-latest/tests/arch/common/timing/src/
Dmain.c17 #define PRIORITY 7 macro
110 PRIORITY, 0, K_FOREVER); in ZTEST()
/Zephyr-latest/samples/userspace/shared_mem/src/
Dmain.h48 #define PRIORITY 7 macro
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c152 PRIORITY, 0, K_NO_WAIT); in parent_handler()
181 PRIORITY, 0, K_FOREVER); in ZTEST()
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_syscalls.c22 #define PRIORITY 0 macro
239 K_PRIO_COOP(PRIORITY), K_USER, in ZTEST()

12