Home
last modified time | relevance | path

Searched refs:stop_thread_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dsweeper-thread.cc26 base::NoBarrier_Store(&stop_thread_, static_cast<base::AtomicWord>(false)); in SweeperThread()
39 if (base::Acquire_Load(&stop_thread_)) { in Run()
52 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(true)); in Stop()
Doptimizing-compiler-thread.cc55 switch (static_cast<StopFlag>(base::Acquire_Load(&stop_thread_))) { in Run()
69 base::Release_Store(&stop_thread_, in Run()
174 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(FLUSH)); in Flush()
188 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(STOP)); in Stop()
Doptimizing-compiler-thread.h41 base::NoBarrier_Store(&stop_thread_, in OptimizingCompilerThread()
130 volatile base::AtomicWord stop_thread_; variable
Dsweeper-thread.h40 volatile base::AtomicWord stop_thread_; variable