Searched refs:xTaskCheckForTimeOut (Results 1 – 8 of 8) sorted by relevance
/Kernel-v11.1.0/include/ |
D | mpu_wrappers.h | 76 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
|
D | task.h | 3411 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
|
/Kernel-v11.1.0/ |
D | queue.c | 1111 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend() 1602 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive() 1772 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake() 1985 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueuePeek()
|
D | stream_buffer.c | 899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
|
D | tasks.c | 5534 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
|
D | History.txt | 2169 + Additional casting added to xTaskCheckForTimeOut(). This prevents
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 918 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut() 926 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
|
D | mpu_wrappers_v2.c | 1260 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOutImpl()
|