Searched refs:xTaskCheckForTimeOut (Results 1 – 8 of 8) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | mpu_wrappers.h | 77 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
|
HD | task.h | 2961 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
|
/Kernel-v10.6.2/ |
HD | queue.c | 1052 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend() 1522 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive() 1685 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake() 1883 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueuePeek()
|
HD | stream_buffer.c | 759 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
|
HD | tasks.c | 3367 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
|
HD | History.txt | 2000 + Additional casting added to xTaskCheckForTimeOut(). This prevents
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 942 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut() 950 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
|
HD | mpu_wrappers_v2.c | 1286 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOutImpl()
|