Home
last modified time | relevance | path

Searched refs:xTaskCheckForTimeOut (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Kernel/include/
A Dmpu_wrappers.h76 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
A Dtask.h3430 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
/FreeRTOS-Kernel/
A Dqueue.c1121 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1609 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1779 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1989 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueuePeek()
A Dstream_buffer.c899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
A Dtasks.c5587 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
A DHistory.txt2304 + Additional casting added to xTaskCheckForTimeOut(). This prevents
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c920 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
928 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
A Dmpu_wrappers_v2.c1260 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOutImpl()

Completed in 56 milliseconds