Searched refs:ptr1 (Results 1 – 6 of 6) 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 19 ARG_UNUSED(ptr1); in s1_thread() 50 static void ms1_thread(void *ptr1, void *ptr2, void *ptr3) in ms1_thread() argument 52 ARG_UNUSED(ptr1); in ms1_thread() 77 static void ms2_thread(void *ptr1, void *ptr2, void *ptr3) in ms2_thread() argument 79 ARG_UNUSED(ptr1); in ms2_thread() 117 static void t1_thread(void *ptr1, void *ptr2, void *ptr3) in t1_thread() argument 119 ARG_UNUSED(ptr1); 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 41 zbus_obs_attach_to_thread(ptr1); in consumer_sub_thread() 44 const struct zbus_observer *sub = ptr1; in consumer_sub_thread() 64 static void consumer_msg_sub_thread(void *ptr1, void *ptr2, void *ptr3) in consumer_msg_sub_thread() argument 68 zbus_obs_attach_to_thread(ptr1); in consumer_msg_sub_thread() 71 const struct zbus_observer *msub = ptr1; in consumer_msg_sub_thread() 94 static void publisher_thread(void *ptr1, void *ptr2, void *ptr3) in publisher_thread() argument 96 ARG_UNUSED(ptr1); in publisher_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 114 int slot = POINTER_TO_INT(ptr1); 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 196 ARG_UNUSED(ptr1); 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 139 int slot = POINTER_TO_INT(ptr1); in handle_data()
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 336 void s1_thread(void *ptr1, void *ptr2, void *ptr3) 338 ARG_UNUSED(ptr1); 496 static void msg_subscriber_task(void *ptr1, void *ptr2, void *ptr3) 498 ARG_UNUSED(ptr1);
|