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

  /external/chromium_org/v8/src/
sweeper-thread.cc 53 NoBarrier_Store(&stop_thread_, static_cast<AtomicWord>(false));
66 if (Acquire_Load(&stop_thread_)) {
93 Release_Store(&stop_thread_, static_cast<AtomicWord>(true));
sweeper-thread.h 67 volatile AtomicWord stop_thread_; member in class:v8::internal::SweeperThread
optimizing-compiler-thread.h 64 NoBarrier_Store(&stop_thread_, static_cast<AtomicWord>(CONTINUE));
152 volatile AtomicWord stop_thread_; member in class:v8::internal::OptimizingCompilerThread
optimizing-compiler-thread.cc 77 switch (static_cast<StopFlag>(Acquire_Load(&stop_thread_))) {
91 Release_Store(&stop_thread_, static_cast<AtomicWord>(CONTINUE));
190 Release_Store(&stop_thread_, static_cast<AtomicWord>(FLUSH));
204 Release_Store(&stop_thread_, static_cast<AtomicWord>(STOP));

Completed in 133 milliseconds