| /samples/net/mqtt_sn_publisher/src/ |
| A D | common.h | 21 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 23 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro
|
| A D | udp.c | 28 K_THREAD_DEFINE(udp_thread_id, STACK_SIZE, process_thread, NULL, NULL, NULL, THREAD_PRIORITY,
|
| /samples/net/sockets/echo_server/src/ |
| A D | common.h | 19 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 21 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro
|
| A D | tcp.c | 44 THREAD_PRIORITY, 49 THREAD_PRIORITY, 265 THREAD_PRIORITY, in process_tcp() 289 THREAD_PRIORITY, in process_tcp()
|
| A D | udp.c | 28 THREAD_PRIORITY, 33 THREAD_PRIORITY,
|
| /samples/net/sockets/echo_client/src/ |
| A D | common.h | 34 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 36 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro
|
| A D | echo-client.c | 453 k_thread_priority_set(k_current_get(), THREAD_PRIORITY); in main()
|
| A D | udp.c | 340 NULL, NULL, NULL, THREAD_PRIORITY, in start_udp()
|
| /samples/net/sockets/packet/src/ |
| A D | packet.c | 21 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 23 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 47 THREAD_PRIORITY, 0, -1); 50 THREAD_PRIORITY, 0, -1);
|
| /samples/net/sockets/net_mgmt/src/ |
| A D | main.c | 20 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 22 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 74 THREAD_PRIORITY, 0, -1);
|
| /samples/net/sockets/dumb_http_server_mt/src/ |
| A D | main.c | 46 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 48 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 91 THREAD_PRIORITY, 0, -1); 95 THREAD_PRIORITY, 0, -1); 301 THREAD_PRIORITY, in process_tcp() 316 THREAD_PRIORITY, in process_tcp()
|
| /samples/net/sockets/http_server/src/ |
| A D | ws.c | 30 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 32 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 328 THREAD_PRIORITY, in ws_echo_setup()
|
| /samples/net/wpan_serial/src/ |
| A D | main.c | 27 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 29 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 432 NULL, NULL, NULL, THREAD_PRIORITY, 0, K_NO_WAIT); in init_rx_queue() 442 NULL, NULL, NULL, THREAD_PRIORITY, 0, K_NO_WAIT); in init_tx_queue()
|
| /samples/net/mqtt_publisher/src/ |
| A D | main.c | 554 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 556 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 561 THREAD_PRIORITY, K_USER, -1);
|
| /samples/net/sockets/txtime/src/ |
| A D | main.c | 35 #define THREAD_PRIORITY K_PRIO_COOP(8) macro 632 NULL, NULL, THREAD_PRIORITY, 0, in main() 644 NULL, NULL, THREAD_PRIORITY, 0, in main()
|