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

  /external/v8/src/heap/
sweeper-thread.h 40 volatile base::AtomicWord stop_thread_; member in class:v8::internal::SweeperThread
sweeper-thread.cc 26 base::NoBarrier_Store(&stop_thread_, static_cast<base::AtomicWord>(false));
39 if (base::Acquire_Load(&stop_thread_)) {
52 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(true));
  /external/v8/src/
optimizing-compiler-thread.h 41 base::NoBarrier_Store(&stop_thread_,
130 volatile base::AtomicWord stop_thread_; member in class:v8::internal::OptimizingCompilerThread
optimizing-compiler-thread.cc 54 switch (static_cast<StopFlag>(base::Acquire_Load(&stop_thread_))) {
68 base::Release_Store(&stop_thread_,
173 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(FLUSH));
187 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(STOP));

Completed in 3992 milliseconds