Home
last modified time | relevance | path

Searched refs:arg2 (Results 51 – 75 of 109) sorted by relevance

12345

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c30 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/
Dmain.c123 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/
Dthread.c12 void *arg2,
/Zephyr-latest/samples/subsys/ipc/openamp/src/
Dmain.c147 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/
Dmain.c138 void idt_spur_task(void *arg1, void *arg2, void *arg3) in idt_spur_task() argument
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c233 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/
Dmain.c1103 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/
Dmain.c60 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/
Dspinlock_fairness.c39 static void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() argument
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dmain.c17 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/
Dcap_initiator_tx.c33 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
/Zephyr-latest/drivers/serial/
Duart_miv.c311 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()
Duart_native_tty.c276 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/
Duserspace.c986 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/
Dstream_tx.c57 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/
Dnrf_802154_spinel_backend_ipc.c138 static void spinel_packet_send_thread_fn(void *arg1, void *arg2, void *arg3) in spinel_packet_send_thread_fn() argument
/Zephyr-latest/modules/lvgl/
Dlvgl_display.c21 void lvgl_flush_thread_entry(void *arg1, void *arg2, void *arg3) in lvgl_flush_thread_entry() argument
/Zephyr-latest/drivers/ethernet/
Deth_esp32.c131 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()
Deth_ivshmem.c225 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/
Dbap_stream_tx.c72 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
/Zephyr-latest/drivers/can/
Dcan_loopback.c62 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/
Dserver.hpp259 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/
Dsip_svc_subsys.c438 (((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/
Dbtp_bap_audio_stream.c78 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_vsc8541.c113 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

12345