/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
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
|
D | udp.c | 28 K_THREAD_DEFINE(udp_thread_id, STACK_SIZE, process_thread, NULL, NULL, NULL, THREAD_PRIORITY,
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | common.h | 32 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 34 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro
|
D | echo-client.c | 453 k_thread_priority_set(k_current_get(), THREAD_PRIORITY); in main()
|
D | udp.c | 340 NULL, NULL, NULL, THREAD_PRIORITY, in start_udp()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | common.h | 18 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 20 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro
|
D | tcp.c | 44 THREAD_PRIORITY, 49 THREAD_PRIORITY, 265 THREAD_PRIORITY, in process_tcp() 289 THREAD_PRIORITY, in process_tcp()
|
D | udp.c | 28 THREAD_PRIORITY, 33 THREAD_PRIORITY,
|
/Zephyr-latest/samples/net/sockets/packet/src/ |
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);
|
/Zephyr-latest/samples/net/sockets/net_mgmt/src/ |
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 70 THREAD_PRIORITY, 0, -1);
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
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()
|
/Zephyr-latest/tests/kernel/context/src/ |
D | main.c | 37 #define THREAD_PRIORITY 4 macro 756 K_PRIO_COOP(THREAD_PRIORITY - 1), 0, K_NO_WAIT); in k_yield_entry() 926 NULL, K_PRIO_COOP(THREAD_PRIORITY), 0, K_NO_WAIT); in ZTEST() 953 NULL, K_PRIO_COOP(THREAD_PRIORITY), 0, K_NO_WAIT); in ZTEST() 1076 NULL, K_PRIO_COOP(THREAD_PRIORITY), 0, K_NO_WAIT); in ZTEST() 1099 NULL, K_PRIO_COOP(THREAD_PRIORITY), 0, K_NO_WAIT); in ZTEST()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_mgmt.c | 417 #define THREAD_PRIORITY CONFIG_NET_MGMT_THREAD_PRIORITY in net_mgmt_event_init() macro 420 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) in net_mgmt_event_init() macro 422 #define THREAD_PRIORITY K_PRIO_PREEMPT(CONFIG_NUM_PREEMPT_PRIORITIES - 1) in net_mgmt_event_init() macro 432 THREAD_PRIORITY, &q_cfg); in net_mgmt_event_init()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
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 318 THREAD_PRIORITY, in ws_echo_setup()
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 28 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 30 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 433 NULL, NULL, NULL, THREAD_PRIORITY, 0, K_NO_WAIT); in init_rx_queue() 443 NULL, NULL, NULL, THREAD_PRIORITY, 0, K_NO_WAIT); in init_tx_queue()
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | conn_mgr_monitor.c | 21 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 23 #define THREAD_PRIORITY K_PRIO_PREEMPT(7) macro 412 NULL, NULL, NULL, THREAD_PRIORITY, 0, K_NO_WAIT); in conn_mgr_mon_init()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 28 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NET_L2_PPP_THREAD_PRIO) macro 30 #define THREAD_PRIORITY K_PRIO_PREEMPT(CONFIG_NET_L2_PPP_THREAD_PRIO) macro 37 THREAD_PRIORITY, 0, 0);
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 506 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 508 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro 513 THREAD_PRIORITY, K_USER, -1);
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | main.c | 33 #define THREAD_PRIORITY K_PRIO_COOP(8) macro 632 NULL, NULL, THREAD_PRIORITY, 0, in main() 644 NULL, NULL, THREAD_PRIORITY, 0, in main()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | events.c | 20 #define THREAD_PRIORITY K_PRIO_COOP(2) macro 449 (void *)sh, NULL, NULL, THREAD_PRIORITY, 0, in cmd_net_events_on()
|
/Zephyr-latest/tests/net/socket/net_mgmt/src/ |
D | main.c | 21 #define THREAD_PRIORITY K_PRIO_COOP(8) macro 332 THREAD_PRIORITY, 0, -1);
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server.c | 23 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 25 #define THREAD_PRIORITY K_PRIO_PREEMPT(CONFIG_NUM_PREEMPT_PRIORITIES - 1) macro 824 THREAD_PRIORITY, 0, 0);
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 33 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 35 #define THREAD_PRIORITY K_PRIO_PREEMPT(CONFIG_NUM_PREEMPT_PRIORITIES - 1) macro 914 http_server_thread, NULL, NULL, NULL, THREAD_PRIORITY, 0, 0);
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.c | 68 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro 70 #define THREAD_PRIORITY K_PRIO_PREEMPT(CONFIG_NUM_PREEMPT_PRIORITIES - 1) macro 1382 NULL, NULL, NULL, THREAD_PRIORITY, 0, K_NO_WAIT); in lwm2m_engine_init()
|
/Zephyr-latest/tests/net/socket/getaddrinfo/src/ |
D | main.c | 27 #define THREAD_PRIORITY K_PRIO_COOP(2) macro 173 THREAD_PRIORITY, 0, -1);
|