Searched refs:xIsTimeOutWriteable (Results 1 – 1 of 1) sorted by relevance
1249 BaseType_t xIsTimeOutWriteable = pdFALSE; in MPU_vTaskSetTimeOutStateImpl() local1253 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_vTaskSetTimeOutStateImpl()1257 if( xIsTimeOutWriteable == pdTRUE ) in MPU_vTaskSetTimeOutStateImpl()1272 BaseType_t xIsTimeOutWriteable = pdFALSE; in MPU_xTaskCheckForTimeOutImpl() local1277 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_xTaskCheckForTimeOutImpl()1284 if( ( xIsTimeOutWriteable == pdTRUE ) && ( xIsTicksToWaitWriteable == pdTRUE ) ) in MPU_xTaskCheckForTimeOutImpl()