Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDmpu_wrappers.h77 #define xTaskCheckForTimeOut MPU_xTaskCheckForTimeOut macro
HDtask.h2961 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
/Kernel-v10.6.2/
HDqueue.c1052 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()
HDstream_buffer.c759 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
HDtasks.c3367 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
HDHistory.txt2000 + Additional casting added to xTaskCheckForTimeOut(). This prevents
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c942 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
950 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOut()
HDmpu_wrappers_v2.c1286 xReturn = xTaskCheckForTimeOut( pxTimeOut, pxTicksToWait ); in MPU_xTaskCheckForTimeOutImpl()