Searched refs:ptr3 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/subsys/zbus/priority_boost/src/ |
D | main.c | 13 static void t1_thread(void *ptr1, void *ptr2, void *ptr3); 17 static void s1_thread(void *ptr1, void *ptr2, void *ptr3) in s1_thread() argument 21 ARG_UNUSED(ptr3); in s1_thread() 50 static void ms1_thread(void *ptr1, void *ptr2, void *ptr3) in ms1_thread() argument 54 ARG_UNUSED(ptr3); in ms1_thread() 77 static void ms2_thread(void *ptr1, void *ptr2, void *ptr3) in ms2_thread() argument 81 ARG_UNUSED(ptr3); in ms2_thread() 117 static void t1_thread(void *ptr1, void *ptr2, void *ptr3) in t1_thread() argument 121 ARG_UNUSED(ptr3); in t1_thread()
|
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/src/ |
D | main.c | 37 static void consumer_sub_thread(void *ptr1, void *ptr2, void *ptr3) in consumer_sub_thread() argument 39 ARG_UNUSED(ptr3); in consumer_sub_thread() 64 static void consumer_msg_sub_thread(void *ptr1, void *ptr2, void *ptr3) in consumer_msg_sub_thread() argument 66 ARG_UNUSED(ptr3); in consumer_msg_sub_thread() 94 static void publisher_thread(void *ptr1, void *ptr2, void *ptr3) in publisher_thread() argument 98 ARG_UNUSED(ptr3); in publisher_thread()
|
/Zephyr-latest/samples/subsys/zbus/benchmark/src/ |
D | msg_sub.c | 32 static int msg_sub_thread(void *msub_ref, void *ptr2, void *ptr3) in msg_sub_thread() argument 35 ARG_UNUSED(ptr3); in msg_sub_thread()
|
D | sub.c | 32 static int sub_thread(void *sub_ref, void *ptr2, void *ptr3) in sub_thread() argument 35 ARG_UNUSED(ptr3); in sub_thread()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 112 static void ws_echo_handler(void *ptr1, void *ptr2, void *ptr3) in ws_echo_handler() argument 116 bool *in_use = ptr3; in ws_echo_handler()
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | main.c | 194 static void client_conn_handler(void *ptr1, void *ptr2, void *ptr3) in client_conn_handler() argument 198 k_tid_t *in_use = ptr3; in client_conn_handler()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | tcp.c | 137 static void handle_data(void *ptr1, void *ptr2, void *ptr3) in handle_data() argument 141 bool *in_use = ptr3; in handle_data()
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 336 void s1_thread(void *ptr1, void *ptr2, void *ptr3) 340 ARG_UNUSED(ptr3); 496 static void msg_subscriber_task(void *ptr1, void *ptr2, void *ptr3) 500 ARG_UNUSED(ptr3);
|