Searched refs:xTaskCheckForTimeOut (Results 1 – 8 of 8) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | mpu_wrappers.h | 76 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
|
A D | task.h | 3430 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
|
/FreeRTOS-Kernel/ |
A D | queue.c | 1121 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 D | stream_buffer.c | 899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
|
A D | tasks.c | 5587 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
|
A D | History.txt | 2304 + Additional casting added to xTaskCheckForTimeOut(). This prevents
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 920 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut() 928 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
|
A D | mpu_wrappers_v2.c | 1260 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOutImpl()
|
Completed in 56 milliseconds