/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_thread.c | 30 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() argument 32 ARG_UNUSED(arg2); in zephyr_thread_wrapper()
|
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/ |
D | main.c | 123 void app_task(void *arg1, void *arg2, void *arg3) in app_task() argument 126 ARG_UNUSED(arg2); in app_task()
|
/Zephyr-latest/arch/sparc/core/ |
D | thread.c | 12 void *arg2,
|
/Zephyr-latest/samples/subsys/ipc/openamp/src/ |
D | main.c | 147 void app_task(void *arg1, void *arg2, void *arg3) in app_task() argument 150 ARG_UNUSED(arg2); in app_task()
|
/Zephyr-latest/tests/arch/x86/static_idt/src/ |
D | main.c | 138 void idt_spur_task(void *arg1, void *arg2, void *arg3) in idt_spur_task() argument
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 233 static void fuse_top_dispath_thread(void *arg1, void *arg2, void *arg3) in fuse_top_dispath_thread() argument 236 ARG_UNUSED(arg2); in fuse_top_dispath_thread()
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 1103 static void process_events(void *arg0, void *arg1, void *arg2) in process_events() argument 1106 ARG_UNUSED(arg2); in process_events() 1124 static void signal_raise(void *arg0, void *arg1, void *arg2) in signal_raise() argument 1185 static void check_affinity(void *arg0, void *arg1, void *arg2) in check_affinity() argument 1188 ARG_UNUSED(arg2); in check_affinity()
|
/Zephyr-latest/samples/drivers/can/counter/src/ |
D | main.c | 60 void rx_thread(void *arg1, void *arg2, void *arg3) in rx_thread() argument 63 ARG_UNUSED(arg2); in rx_thread()
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_fairness.c | 39 static void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() argument
|
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/ |
D | main.c | 17 static void get_runner(void *arg1, void *arg2, void *arg3) in get_runner() argument 23 ARG_UNUSED(arg2); in get_runner()
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_tx.c | 33 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
|
/Zephyr-latest/drivers/serial/ |
D | uart_miv.c | 311 void uart_miv_rx_thread(void *arg1, void *arg2, void *arg3) in uart_miv_rx_thread() argument 322 ARG_UNUSED(arg2); in uart_miv_rx_thread()
|
D | uart_native_tty.c | 276 void native_tty_uart_irq_function(void *arg1, void *arg2, void *arg3) in native_tty_uart_irq_function() argument 278 ARG_UNUSED(arg2); in native_tty_uart_irq_function()
|
/Zephyr-latest/kernel/ |
D | userspace.c | 986 static uintptr_t handler_bad_syscall(uintptr_t bad_id, uintptr_t arg2, in handler_bad_syscall() argument 991 ARG_UNUSED(arg2); in handler_bad_syscall() 1002 static uintptr_t handler_no_syscall(uintptr_t arg1, uintptr_t arg2, in handler_no_syscall() argument 1007 ARG_UNUSED(arg2); in handler_no_syscall()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_tx.c | 57 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/ |
D | nrf_802154_spinel_backend_ipc.c | 138 static void spinel_packet_send_thread_fn(void *arg1, void *arg2, void *arg3) in spinel_packet_send_thread_fn() argument
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display.c | 21 void lvgl_flush_thread_entry(void *arg1, void *arg2, void *arg3) in lvgl_flush_thread_entry() argument
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_esp32.c | 131 FUNC_NORETURN static void eth_esp32_rx_thread(void *arg1, void *arg2, void *arg3) in eth_esp32_rx_thread() argument 136 ARG_UNUSED(arg2); in eth_esp32_rx_thread()
|
D | eth_ivshmem.c | 225 FUNC_NORETURN static void eth_ivshmem_thread(void *arg1, void *arg2, void *arg3) in eth_ivshmem_thread() argument 231 ARG_UNUSED(arg2); in eth_ivshmem_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_stream_tx.c | 72 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
|
/Zephyr-latest/drivers/can/ |
D | can_loopback.c | 62 static void tx_thread(void *arg1, void *arg2, void *arg3) in tx_thread() argument 70 ARG_UNUSED(arg2); in tx_thread()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 259 void testMulti(Xtruct &hello, const int8_t arg0, const int32_t arg1, const int64_t arg2, in testMulti() argument 270 hello.i64_thing = (int64_t)arg2; in testMulti()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_subsys.c | 438 (((uint64_t)trans_id_item->arg2) << 32) | ((uint64_t)trans_id_item->arg3); in sip_svc_callback() 605 data_addr = (((uint64_t)trans_id_item->arg3) | ((uint64_t)trans_id_item->arg2) << 32); in sip_svc_async_response_handler() 644 static void sip_svc_thread(void *ctrl_ptr, void *arg2, void *arg3) in sip_svc_thread() argument 646 ARG_UNUSED(arg2); in sip_svc_thread()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_audio_stream.c | 78 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_microchip_vsc8541.c | 113 static void phy_mc_vsc8541_link_monitor(void *arg1, void *arg2, void *arg3); 439 void phy_mc_vsc8541_link_monitor(void *arg1, void *arg2, void *arg3) in phy_mc_vsc8541_link_monitor() argument
|