Searched refs:xIsTimeOutWriteable (Results 1 – 1 of 1) sorted by relevance
1218 BaseType_t xIsTimeOutWriteable = pdFALSE; in MPU_vTaskSetTimeOutStateImpl() local1222 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_vTaskSetTimeOutStateImpl()1226 if( xIsTimeOutWriteable == pdTRUE ) in MPU_vTaskSetTimeOutStateImpl()1241 BaseType_t xIsTimeOutWriteable = pdFALSE; in MPU_xTaskCheckForTimeOutImpl() local1246 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_xTaskCheckForTimeOutImpl()1253 if( ( xIsTimeOutWriteable == pdTRUE ) && ( xIsTicksToWaitWriteable == pdTRUE ) ) in MPU_xTaskCheckForTimeOutImpl()