Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c95 return CY_RTOS_GENERAL_ERROR; in convert_error()
181 return CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_create()
256 return CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_get_state()
313 return CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_join()
322 return CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_join()
330 return CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_join()
338 return CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_join()
390 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_wait_notification()
791 return CY_RTOS_GENERAL_ERROR; in cy_rtos_queue_init()
846 return CY_RTOS_GENERAL_ERROR; in cy_rtos_queue_get()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c555 ? CY_RTOS_GENERAL_ERROR in cy_rtos_mutex_set()
688 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_semaphore_set()
803 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_event_setbits()
843 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_event_clearbits()
981 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_queue_put()
1030 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_queue_get()
1102 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_queue_reset()
1201 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_timer_start()
1228 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_timer_stop()
1277 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_timer_deinit()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c86 value = CY_RTOS_GENERAL_ERROR; in error_converter()
187 status = (*thread == NULL) ? CY_RTOS_GENERAL_ERROR : CY_RSLT_SUCCESS; in cy_rtos_thread_create()
353 status = (ret == osFlagsErrorTimeout) ? CY_RTOS_TIMEOUT : CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_wait_notification()
381 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_thread_set_notification()
471 status = (*mutex == NULL) ? CY_RTOS_GENERAL_ERROR : CY_RSLT_SUCCESS; in cy_rtos_mutex_init()
580 status = (*semaphore == NULL) ? CY_RTOS_GENERAL_ERROR : CY_RSLT_SUCCESS; in cy_rtos_semaphore_init()
715 status = (*event == NULL) ? CY_RTOS_GENERAL_ERROR : CY_RSLT_SUCCESS; in cy_rtos_event_init()
896 status = (*queue == NULL) ? CY_RTOS_GENERAL_ERROR : CY_RSLT_SUCCESS; in cy_rtos_queue_init()
1092 status = (*timer == NULL) ? CY_RTOS_GENERAL_ERROR : CY_RSLT_SUCCESS; in cy_rtos_timer_init()
1217 status = CY_RTOS_GENERAL_ERROR; in cy_rtos_time_get()
/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h93 #define CY_RTOS_GENERAL_ERROR \ macro