HomeSort by relevance Sort by last modified time
    Searched refs:FetchState (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.cc 26 if (block->state != FetchState::FINISHED) {
121 case FetchState::ERROR:
123 case FetchState::CREATED:
124 block->state = FetchState::FETCHING;
136 block->state = FetchState::FINISHED;
138 block->state = FetchState::ERROR;
142 case FetchState::FETCHING:
144 if (block->state == FetchState::FINISHED) {
149 case FetchState::FINISHED:
file_block_cache.h 129 enum class FetchState {
163 FetchState state GUARDED_BY(mu) = FetchState::CREATED;
  /art/runtime/
monitor_objects_stack_visitor.h 78 ThreadState state = Monitor::FetchState(GetThread(),
monitor.h 97 static ThreadState FetchState(const Thread* thread,
monitor.cc     [all...]

Completed in 80 milliseconds