| /samples/kernel/msg_queue/src/ |
| A D | main.c | 11 #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 D | main.c | 17 #define PRIORITY 7 macro 64 PRIORITY, 0, 0);
|
| /samples/boards/arc_secure_services/src/ |
| A D | main.c | 19 #define PRIORITY 7 macro 39 PRIORITY, 0, 0);
|
| /samples/subsys/tracing/src/ |
| A D | main.c | 26 #define PRIORITY 7 macro 113 PRIORITY, 0, K_NO_WAIT); in threadA() 122 PRIORITY, 0, 0);
|
| A D | gpio_main.c | 17 #define PRIORITY 7 macro 70 K_THREAD_DEFINE(thread_gpio, STACKSIZE, gpio_thread, NULL, NULL, NULL, PRIORITY, 0, 0);
|
| /samples/basic/threads/src/ |
| A D | main.c | 18 #define PRIORITY 7 macro 112 PRIORITY, 0, 0); 114 PRIORITY, 0, 0); 116 PRIORITY, 0, 0);
|
| /samples/subsys/llext/edk/k-ext1/src/ |
| A D | main.c | 13 #define PRIORITY 2 macro 49 NULL, PRIORITY, K_INHERIT_PERMS, K_NO_WAIT); in start()
|
| /samples/subsys/llext/edk/ext3/src/ |
| A D | main.c | 13 #define PRIORITY 2 macro 50 NULL, PRIORITY, K_INHERIT_PERMS | K_USER, K_NO_WAIT); in start()
|
| /samples/synchronization/src/ |
| A D | main.c | 25 #define PRIORITY 7 macro 99 PRIORITY, 0, 0); 107 PRIORITY, 0, K_FOREVER); in main()
|
| /samples/subsys/logging/multidomain/remote/src/ |
| A 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);
|
| /samples/subsys/logging/multidomain/src/ |
| A 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);
|
| /samples/subsys/ipc/ipc_service/multi_endpoint/remote/src/ |
| A 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);
|
| /samples/subsys/ipc/ipc_service/multi_endpoint/src/ |
| A 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); 257 K_THREAD_DEFINE(ipc1_thread_id, STACKSIZE, ipc1_entry, NULL, NULL, NULL, PRIORITY, 0, 0);
|
| /samples/userspace/shared_mem/src/ |
| A D | main.h | 48 #define PRIORITY 7 macro
|
| /samples/subsys/ipc/ipc_service/static_vrings/remote/src/ |
| A 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);
|
| /samples/subsys/ipc/ipc_service/static_vrings/src/ |
| A 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);
|
| /samples/boards/st/power_mgmt/standby_shutdown/src/ |
| A D | main.c | 22 #define PRIORITY 7 macro 90 NULL, NULL, NULL, PRIORITY, 0, 0);
|
| /samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
| A 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()
|
| /samples/net/sockets/can/src/ |
| A D | main.c | 17 #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 D | main.c | 18 #define PRIORITY 7 macro 29 NULL, NULL, NULL, PRIORITY, 0, 0);
|
| /samples/drivers/peci/src/ |
| A D | main.c | 13 #define PRIORITY 7 macro 184 monitor_temperature_func, NULL, NULL, NULL, PRIORITY, in main()
|