Searched refs:ret (Results 1 – 14 of 14) sorted by relevance
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/utils/ |
A D | wait_for_event.c | 97 int ret = 0; in event_wait_timed() local 110 while( ( ev->event_triggered == false ) && ( ret == 0 ) ) in event_wait_timed() 112 ret = pthread_cond_timedwait( &ev->cond, &ev->mutex, &ts ); in event_wait_timed() 114 if( ( ret == -1 ) && ( errno == ETIMEDOUT ) ) in event_wait_timed()
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/ |
A D | port_systick.c | 184 BaseType_t ret = xTaskIncrementTick(); in xPortSysTickHandler() local 186 if( ret != pdFALSE ) in xPortSysTickHandler() 196 return ret; in xPortSysTickHandler()
|
A D | portasm.S | 170 ret 268 ret 483 ret 521 ret 696 ret 699 2: ret
|
A D | port.c | 339 BaseType_t ret; in xPortInIsrContext() local 342 ret = ( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInIsrContext() 344 return ret; in xPortInIsrContext()
|
A D | xtensa_context.S | 265 ret 380 ret 600 ret 708 ret
|
A D | xtensa_loadstore_handler.S | 549 ret // Equivalent to jx a0
|
A D | xtensa_vectors.S | 467 ret
|
/FreeRTOS-Kernel/portable/IAR/RISC-V/ |
A D | portASM.s | 237 ret 288 ret
|
/FreeRTOS-Kernel/portable/GCC/RISC-V/ |
A D | portASM.S | 250 ret 301 ret
|
/FreeRTOS-Kernel/portable/IAR/ATMega323/ |
A D | portmacro.s90 | 217 ret ; ... scheduler decided should run. 227 ret ; ... scheduler decided should run. 237 ret
|
/FreeRTOS-Kernel/portable/IAR/AVR_AVRDx/ |
A D | portmacro.s90 | 220 ret ; ... scheduler decided should run. 249 ret
|
/FreeRTOS-Kernel/portable/IAR/AVR_Mega0/ |
A D | portmacro.s90 | 214 ret ; ... scheduler decided should run. 243 ret
|
/FreeRTOS-Kernel/portable/ |
A D | CMakeLists.txt | 795 …STREQUAL:${CMAKE_C_COMPILER_ID},IAR>:$<$<COMPILE_LANGUAGE:C,CXX>:--branch_protection=bti+pac-ret>>) 805 -mbranch-protection=bti+pac-ret+leaf 816 …rtos_kernel_port PUBLIC $<$<STREQUAL:${CMAKE_C_COMPILER_ID},ARMClang>:-mbranch-protection=pac-ret>) 817 …$<$<STREQUAL:${CMAKE_C_COMPILER_ID},IAR>:$<$<COMPILE_LANGUAGE:C,CXX>:--branch_protection=pac-ret>>) 826 -mbranch-protection=pac-ret+leaf
|
/FreeRTOS-Kernel/include/ |
A D | FreeRTOS.h | 950 #define tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument 954 #define tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
|
Completed in 51 milliseconds