Home
last modified time | relevance | path

Searched refs:cy_rtos_thread_get_state (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h288 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state);
903 #define cy_rtos_get_thread_state(thread, state) cy_rtos_thread_get_state(thread, state)
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c231 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state) in cy_rtos_thread_get_state() function
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c243 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state) in cy_rtos_thread_get_state() function
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c251 cy_rslt_t cy_rtos_thread_get_state(cy_thread_t* thread, cy_thread_state_t* state) in cy_rtos_thread_get_state() function