Searched refs:cy_thread_arg_t (Results 1 – 13 of 13) sorted by relevance
51 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()
59 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()
162 typedef void (* cy_thread_entry_fn_t)(cy_thread_arg_t arg);222 cy_thread_priority_t priority, cy_thread_arg_t arg);
88 typedef void* /* TODO: Replace with RTOS specific type*/ cy_thread_arg_t; typedef
67 typedef void* cy_thread_arg_t; /** Argument passed to the entry function of typedef
99 typedef ULONG cy_thread_arg_t; typedef
89 typedef void* cy_thread_arg_t; typedef
405 (cy_thread_arg_t) NULL in cybt_init_debug_trans_task()418 (cy_thread_arg_t) NULL in cybt_init_debug_trans_task()
167 void bt_task_handler(cy_thread_arg_t arg) in bt_task_handler()
83 - `cy_thread_arg_t` : typedef from the RTOS type that is passed to the entry function of a thread.
131 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()
88 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()
136 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()