/Zephyr-latest/drivers/can/ |
D | can_native_linux.c | 80 static void rx_thread(void *arg1, void *arg2, void *arg3) in rx_thread() argument 89 ARG_UNUSED(arg2); in rx_thread()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | ec_host_cmd_handler.c | 389 FUNC_NORETURN static void ec_host_cmd_thread(void *hc_handle, void *arg2, void *arg3) in ec_host_cmd_thread() argument 391 ARG_UNUSED(arg2); in ec_host_cmd_thread()
|
/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 133 static void k_thread_fun(void *arg1, void *arg2, void *arg3) in k_thread_fun() argument
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp.c | 165 void osdp_refresh(void *arg1, void *arg2, void *arg3) in osdp_refresh() argument
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_skeleton.c | 369 static void udc_skeleton_thread_##n(void *dev, void *arg1, void *arg2) \
|
D | udc_numaker.c | 1741 static void udc_numaker_thread_##inst(void *dev, void *arg1, void *arg2) \ 1744 ARG_UNUSED(arg2); \
|
D | udc_it82xx2.c | 1601 static void udc_it82xx2_thread_##n(void *dev, void *arg1, void *arg2) \ 1604 ARG_UNUSED(arg2); \
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/ |
D | hsm_psicc2_thread.c | 307 static void hsm_psicc2_thread(void *arg1, void *arg2, void *arg3) in hsm_psicc2_thread() argument
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | lc3.c | 264 static void lc3_decoder_thread_func(void *arg1, void *arg2, void *arg3) in lc3_decoder_thread_func() argument
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 353 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
|
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 147 static void server_thread_fn(void *arg0, void *arg1, void *arg2) in server_thread_fn() argument
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_mcux.c | 890 static void usb_mcux_thread_main(void *arg1, void *arg2, void *arg3) in usb_mcux_thread_main() argument 893 ARG_UNUSED(arg2); in usb_mcux_thread_main()
|
D | usb_dc_numaker.c | 1007 static void numaker_usbd_msg_hdlr_thread_main(void *arg1, void *arg2, void *arg3) in numaker_usbd_msg_hdlr_thread_main() argument 1015 ARG_UNUSED(arg2); in numaker_usbd_msg_hdlr_thread_main()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 59 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() argument
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc.c | 600 static void usbd_msc_thread(void *arg1, void *arg2, void *arg3) in usbd_msc_thread() argument 603 ARG_UNUSED(arg2); in usbd_msc_thread()
|
/Zephyr-latest/drivers/input/ |
D | input_analog_axis.c | 222 static void analog_axis_thread(void *arg1, void *arg2, void *arg3) in analog_axis_thread() argument
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 150 static void nrf5_rx_thread(void *arg1, void *arg2, void *arg3) in nrf5_rx_thread() argument 158 ARG_UNUSED(arg2); in nrf5_rx_thread()
|
D | ieee802154_mcxw.c | 505 void mcxw_rx_thread(void *arg1, void *arg2, void *arg3) in mcxw_rx_thread() argument 511 ARG_UNUSED(arg2); in mcxw_rx_thread()
|
/Zephyr-latest/tests/lib/net_buf/buf/src/ |
D | main.c | 152 static void test_3_thread(void *arg1, void *arg2, void *arg3) in test_3_thread() argument 157 struct k_sem *sema = (struct k_sem *)arg2; in test_3_thread()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 177 static void cpu_hold(void *arg1, void *arg2, void *arg3) in cpu_hold() argument 180 unsigned int idx = (unsigned int)(uintptr_t)arg2; in cpu_hold()
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 520 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() argument 524 void *(*fun_ptr)(void *arg) = arg2; in zephyr_thread_wrapper()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/ |
D | main.c | 236 static void init_lc3_thread(void *arg1, void *arg2, void *arg3) in init_lc3_thread() argument
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 705 static void user_half(void *arg1, void *arg2, void *arg3) in user_half() argument
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | smf_calculator_thread.c | 692 static void smf_calculator_thread(void *arg1, void *arg2, void *arg3) in smf_calculator_thread() argument
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 1158 static void wait_handler(void *arg0, void *arg1, void *arg2) in wait_handler() argument 1165 ARG_UNUSED(arg2); in wait_handler()
|