Home
last modified time | relevance | path

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

/samples/kernel/msg_queue/src/
A Dmain.c11 #define PRIORITY 5 macro
65 NULL, NULL, NULL, PRIORITY, 0, INACTIVE);
68 ((void *) consumer_thread), NULL, NULL, PRIORITY, 0, 0);
/samples/subsys/edac/src/
A Dmain.c17 #define PRIORITY 7 macro
64 PRIORITY, 0, 0);
/samples/boards/arc_secure_services/src/
A Dmain.c19 #define PRIORITY 7 macro
39 PRIORITY, 0, 0);
/samples/subsys/tracing/src/
A Dmain.c26 #define PRIORITY 7 macro
113 PRIORITY, 0, K_NO_WAIT); in threadA()
122 PRIORITY, 0, 0);
A Dgpio_main.c17 #define PRIORITY 7 macro
70 K_THREAD_DEFINE(thread_gpio, STACKSIZE, gpio_thread, NULL, NULL, NULL, PRIORITY, 0, 0);
/samples/basic/threads/src/
A Dmain.c18 #define PRIORITY 7 macro
112 PRIORITY, 0, 0);
114 PRIORITY, 0, 0);
116 PRIORITY, 0, 0);
/samples/subsys/llext/edk/k-ext1/src/
A Dmain.c13 #define PRIORITY 2 macro
49 NULL, PRIORITY, K_INHERIT_PERMS, K_NO_WAIT); in start()
/samples/subsys/llext/edk/ext3/src/
A Dmain.c13 #define PRIORITY 2 macro
50 NULL, PRIORITY, K_INHERIT_PERMS | K_USER, K_NO_WAIT); in start()
/samples/synchronization/src/
A Dmain.c25 #define PRIORITY 7 macro
99 PRIORITY, 0, 0);
107 PRIORITY, 0, K_FOREVER); in main()
/samples/subsys/logging/multidomain/remote/src/
A 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);
/samples/subsys/logging/multidomain/src/
A 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);
/samples/subsys/ipc/ipc_service/multi_endpoint/remote/src/
A 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);
/samples/subsys/ipc/ipc_service/multi_endpoint/src/
A 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);
257 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
/samples/userspace/shared_mem/src/
A Dmain.h48 #define PRIORITY 7 macro
/samples/subsys/ipc/ipc_service/static_vrings/remote/src/
A 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);
/samples/subsys/ipc/ipc_service/static_vrings/src/
A 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);
/samples/boards/st/power_mgmt/standby_shutdown/src/
A Dmain.c22 #define PRIORITY 7 macro
90 NULL, NULL, NULL, PRIORITY, 0, 0);
/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
A 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()
/samples/net/sockets/can/src/
A Dmain.c17 #define PRIORITY k_thread_priority_get(k_current_get()) macro
215 NULL, NULL, PRIORITY, 0, K_SECONDS(1)); in setup_socket()
237 &sock_filter, PRIORITY, 0, K_NO_WAIT); in setup_socket()
/samples/drivers/ps2/src/
A Dmain.c18 #define PRIORITY 7 macro
29 NULL, NULL, NULL, PRIORITY, 0, 0);
/samples/drivers/peci/src/
A Dmain.c13 #define PRIORITY 7 macro
184 monitor_temperature_func, NULL, NULL, NULL, PRIORITY, in main()

Completed in 73 milliseconds