Home
last modified time | relevance | path

Searched refs:THREAD_PRIORITY (Results 1 – 15 of 15) sorted by relevance

/samples/net/mqtt_sn_publisher/src/
A Dcommon.h21 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro
23 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro
A Dudp.c28 K_THREAD_DEFINE(udp_thread_id, STACK_SIZE, process_thread, NULL, NULL, NULL, THREAD_PRIORITY,
/samples/net/sockets/echo_server/src/
A Dcommon.h19 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro
21 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro
A Dtcp.c44 THREAD_PRIORITY,
49 THREAD_PRIORITY,
265 THREAD_PRIORITY, in process_tcp()
289 THREAD_PRIORITY, in process_tcp()
A Dudp.c28 THREAD_PRIORITY,
33 THREAD_PRIORITY,
/samples/net/sockets/echo_client/src/
A Dcommon.h34 #define THREAD_PRIORITY K_PRIO_PREEMPT(8) macro
36 #define THREAD_PRIORITY K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1) macro
A Decho-client.c453 k_thread_priority_set(k_current_get(), THREAD_PRIORITY); in main()
A Dudp.c340 NULL, NULL, NULL, THREAD_PRIORITY, in start_udp()
/samples/net/sockets/packet/src/
A Dpacket.c21 #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 Dmain.c20 #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 Dmain.c46 #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 Dws.c30 #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 Dmain.c27 #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 Dmain.c554 #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 Dmain.c35 #define THREAD_PRIORITY K_PRIO_COOP(8) macro
632 NULL, NULL, THREAD_PRIORITY, 0, in main()
644 NULL, NULL, THREAD_PRIORITY, 0, in main()

Completed in 43 milliseconds