Searched refs:CY_RTOS_GENERAL_ERROR (Results 1 – 4 of 4) sorted by relevance
95 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()
555 ? 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()
86 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()
93 #define CY_RTOS_GENERAL_ERROR \ macro