Home
last modified time | relevance | path

Searched refs:stop_pruning_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h69 stop_pruning_thread_.Notify(); in ~RamFileBlockCache()
220 Notification stop_pruning_thread_; variable
Dram_file_block_cache.cc243 while (!WaitForNotificationWithTimeout(&stop_pruning_thread_, 1000000)) { in Prune()