Home
last modified time | relevance | path

Searched refs:cy_thread_arg_t (Results 1 – 13 of 13) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_thread.c51 static void whd_thread_func(cy_thread_arg_t thread_input);
97 … whd_driver->thread_info.thread_priority, (cy_thread_arg_t)whd_driver); in whd_thread_init()
279 static void whd_thread_func(cy_thread_arg_t thread_input) in whd_thread_func()
/hal_infineon-latest/abstraction-rtos/source/
Dcy_worker_thread.c59 static void cy_worker_thread_func(cy_thread_arg_t arg) in cy_worker_thread_func()
113 (cy_thread_arg_t)new_worker); in cy_worker_thread_create()
/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h162 typedef void (* cy_thread_entry_fn_t)(cy_thread_arg_t arg);
222 cy_thread_priority_t priority, cy_thread_arg_t arg);
/hal_infineon-latest/abstraction-rtos/include/Template/
Dcyabs_rtos_impl.h88 typedef void* /* TODO: Replace with RTOS specific type*/ cy_thread_arg_t; typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_RTX/
Dcyabs_rtos_impl.h67 typedef void* cy_thread_arg_t; /** Argument passed to the entry function of typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/
Dcyabs_rtos_impl.h99 typedef ULONG cy_thread_arg_t; typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_FREERTOS/
Dcyabs_rtos_impl.h89 typedef void* cy_thread_arg_t; typedef
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c405 (cy_thread_arg_t) NULL in cybt_init_debug_trans_task()
418 (cy_thread_arg_t) NULL in cybt_init_debug_trans_task()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_bt_task.c167 void bt_task_handler(cy_thread_arg_t arg) in bt_task_handler()
/hal_infineon-latest/abstraction-rtos/
DREADME.md83 - `cy_thread_arg_t` : typedef from the RTOS type that is passed to the entry function of a thread.
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c131 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c88 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c136 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()