Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c119 status = CY_RTOS_NO_MEMORY; in cy_rtos_thread_create()
491 status = CY_RTOS_NO_MEMORY; in cy_rtos_mutex_init()
604 status = CY_RTOS_NO_MEMORY; in cy_rtos_semaphore_init()
757 status = CY_RTOS_NO_MEMORY; in cy_rtos_event_init()
937 status = CY_RTOS_NO_MEMORY; in cy_rtos_queue_init()
1154 status = CY_RTOS_NO_MEMORY; in cy_rtos_timer_init()
1167 status = CY_RTOS_NO_MEMORY; in cy_rtos_timer_init()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c79 value = CY_RTOS_NO_MEMORY; in error_converter()
179 status = CY_RTOS_NO_MEMORY; in cy_rtos_thread_create()
464 status = CY_RTOS_NO_MEMORY; in cy_rtos_mutex_init()
573 status = CY_RTOS_NO_MEMORY; in cy_rtos_semaphore_init()
708 status = CY_RTOS_NO_MEMORY; in cy_rtos_event_init()
888 status = CY_RTOS_NO_MEMORY; in cy_rtos_queue_init()
1081 status = CY_RTOS_NO_MEMORY; in cy_rtos_timer_init()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c152 return CY_RTOS_NO_MEMORY; in cy_rtos_thread_create()
782 return CY_RTOS_NO_MEMORY; in cy_rtos_queue_init()
812 return CY_RTOS_NO_MEMORY; in cy_rtos_queue_put()
/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h90 #define CY_RTOS_NO_MEMORY \ macro