MCPcopy Create free account
hub / github.com/FreeRTOS/FreeRTOS-Kernel / vTaskInternalSetTimeOutState

Function vTaskInternalSetTimeOutState

tasks.c:4090–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4088/*-----------------------------------------------------------*/
4089
4090void vTaskInternalSetTimeOutState( TimeOut_t * const pxTimeOut )
4091{
4092 /* For internal use only as it does not use a critical section. */
4093 pxTimeOut->xOverflowCount = xNumOfOverflows;
4094 pxTimeOut->xTimeOnEntering = xTickCount;
4095}
4096/*-----------------------------------------------------------*/
4097
4098BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,

Callers 5

xQueueGenericSendFunction · 0.85
xQueueReceiveFunction · 0.85
xQueueSemaphoreTakeFunction · 0.85
xQueuePeekFunction · 0.85
xTaskCheckForTimeOutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected