Searched refs:cy_thread_t (Results 1 – 2 of 2) sorted by relevance
82 static void free_thead_obj(cy_thread_t *thread) in free_thead_obj()104 cy_rslt_t cy_rtos_create_thread(cy_thread_t *thread, cy_thread_entry_fn_t entry_function, in cy_rtos_create_thread()170 cy_thread_t thread = (cy_thread_t)k_current_get(); in cy_rtos_exit_thread()181 cy_rslt_t cy_rtos_terminate_thread(cy_thread_t *thread) in cy_rtos_terminate_thread()202 cy_rslt_t cy_rtos_is_thread_running(cy_thread_t *thread, bool *running) in cy_rtos_is_thread_running()214 cy_rslt_t cy_rtos_get_thread_state(cy_thread_t *thread, cy_thread_state_t *state) in cy_rtos_get_thread_state()254 cy_rslt_t cy_rtos_join_thread(cy_thread_t *thread) in cy_rtos_join_thread()277 cy_rslt_t cy_rtos_get_thread_handle(cy_thread_t *thread) in cy_rtos_get_thread_handle()284 *thread = (cy_thread_t)k_current_get(); in cy_rtos_get_thread_handle()311 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t *thread) in cy_rtos_thread_set_notification()
76 typedef k_thread_wrapper_t *cy_thread_t; typedef