Searched refs:xIsTimeOutWriteable (Results 1 – 1 of 1) sorted by relevance
1223 BaseType_t xIsTimeOutWriteable = pdFALSE; in MPU_vTaskSetTimeOutStateImpl() local1227 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_vTaskSetTimeOutStateImpl()1231 if( xIsTimeOutWriteable == pdTRUE ) in MPU_vTaskSetTimeOutStateImpl()1246 BaseType_t xIsTimeOutWriteable = pdFALSE; in MPU_xTaskCheckForTimeOutImpl() local1251 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_xTaskCheckForTimeOutImpl()1258 if( ( xIsTimeOutWriteable == pdTRUE ) && ( xIsTicksToWaitWriteable == pdTRUE ) ) in MPU_xTaskCheckForTimeOutImpl()