Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dmpu_wrappers.h76 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
Dtask.h3411 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
/Kernel-v11.1.0/
Dqueue.c1111 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()
Dstream_buffer.c899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
Dtasks.c5534 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
DHistory.txt2169 + Additional casting added to xTaskCheckForTimeOut(). This prevents
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c918 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
926 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
Dmpu_wrappers_v2.c1260 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOutImpl()