Home
last modified time | relevance | path

Searched refs:Running (Results 1 - 25 of 36) sorted by relevance

12

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc28 status_(Status::Running), in Target()
105 if (status_ == Status::Running) { in WaitForDebugEvent()
116 if (status_ == Status::Running) { in ProcessDebugEvent()
137 if (status_ == Status::Running) { in Suspend()
178 DCHECK_EQ(status_, Status::Running); in ProcessCommands()
184 SetStatus(Status::Running); in ProcessCommands()
238 SetStatus(Status::Running); in ProcessPacket()
363 SetStatus(Status::Running); in ProcessPacket()
H A Dtarget.h94 enum class Status { Running, WaitingForSuspension, Suspended, Terminated }; member in v8::internal::wasm::gdb_server::Target::ErrorCode::Status
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DOptBisect.cpp36 StringRef TargetDesc, bool Running) { in printPassMessage()
37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
35 printPassMessage(const StringRef &Name, int PassNum, StringRef TargetDesc, bool Running) printPassMessage() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DThread.cpp45 if(state_ == State::Running) in onLocationUpdate()
83 case State::Running: in onLocationUpdate()
177 state_ = State::Running; in resume()
H A DThread.hpp115 Running, // Thread is running. member in vk::dbg::Thread::State
161 // update() and setting the thread's state to State::Running.
196 State state_ GUARDED_BY(mutex) = State::Running;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp105 Running = Triggered = false; in init()
141 assert(!Running && "Cannot start a running timer"); in startTimer()
142 Running = Triggered = true; in startTimer()
147 assert(Running && "Cannot stop a paused timer"); in stopTimer()
148 Running = false; in stopTimer()
154 Running = Triggered = false; in clear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimer.cpp103 Running = Triggered = false; in init()
139 assert(!Running && "Cannot start a running timer"); in startTimer()
140 Running = Triggered = true; in startTimer()
146 assert(Running && "Cannot stop a paused timer"); in stopTimer()
147 Running = false; in stopTimer()
154 Running = Triggered = false; in clear()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp288 case State::Running: in toString()
289 return "Running"; in toString()
473 changeFiberState(currentFiber, Fiber::State::Running, in suspend()
477 changeFiberState(currentFiber, Fiber::State::Running, in suspend()
505 setFiberState(currentFiber, Fiber::State::Running); in suspend()
519 case Fiber::State::Running: in enqueue()
584 ASSERT_FIBER_STATE(currentFiber, Fiber::State::Running); in run()
676 ASSERT_FIBER_STATE(currentFiber, Fiber::State::Running); in runUntilIdle()
692 changeFiberState(currentFiber, Fiber::State::Running, Fiber::State::Idle); in runUntilIdle()
698 changeFiberState(currentFiber, Fiber::State::Idle, Fiber::State::Running); in runUntilIdle()
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dthread_group.hpp55 Running, enumerator
90 state = Running; in run()
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.h29 // Running and are in Parked mode when initialized.
30 // Running: Thread is allowed to access the heap but needs to give the GC the
181 static constexpr ThreadState Running() { return ThreadState(0); } in Running() function in v8::internal::LocalHeap::final
270 ThreadState expected = ThreadState::Running(); in Park()
279 if (!state_.CompareExchangeWeak(expected, ThreadState::Running())) { in Unpark()
H A Dlocal-heap.cc177 ThreadState current_state = ThreadState::Running(); in ParkSlowPath()
181 // CAS above failed, so state is Running with some additional flag. in ParkSlowPath()
230 if (state_.CompareExchangeStrong(current_state, ThreadState::Running())) in UnparkSlowPath()
/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs708 state: Some(State::Running), in iterator()
723 State::Running | State::Done => Ok((self.input, ())), in finish()
738 if let State::Running = self.state.take().unwrap() { in next()
744 self.state = Some(State::Running); in next()
767 Running,
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DProgram.cs33 using BenchmarkDotNet.Running;
/third_party/node/test/parallel/
H A Dtest-next-tick-ordering.js32 console.log(`Running from setTimeout ${timeout}`);
38 console.log('Running from nextTick');
46 console.log('Running from main.');
/third_party/protobuf/csharp/
H A Dbuildall.bat5 echo Running tests.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTimer.h81 bool Running = false; ///< Is the timer currently running? member in llvm::Timer
113 bool isRunning() const { return Running; } in isRunning()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h81 bool Running; ///< Is the timer currently running? member in llvm::Timer
113 bool isRunning() const { return Running; } in isRunning()
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk292 @echo Running docwriter...
320 @echo Running docwriter...
/third_party/glslang/Test/
H A Druntests36 echo Running $t...
55 echo Running reflection...
93 echo Running entry-point renaming tests
100 echo Running ill-defined uncalled function
114 echo Running explicit stage test and compound suffix tests
125 echo Running hlsl offsets
129 echo Running hlsl offsets
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/windows/
H A Dbuild.bat63 echo "Running Tests... %DATE% %TIME%"
/third_party/rust/crates/libc/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs107 println!("Running app"); in run_app_on_simulator()
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release-bazel/
H A Dbuild.bat54 echo "Running Tests... %DATE% %TIME%"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/
H A Dbuild.bat54 echo "Running Tests... %DATE% %TIME%"
/third_party/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat82 echo "Running Tests... %DATE% %TIME%"
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h242 // Running: the Fiber is currently executing.
243 Running, member in marl::Scheduler::Fiber::State
272 State state = State::Running; // Guarded by Worker's work.mutex.

Completed in 13 milliseconds

12