Home
last modified time | relevance | path

Searched refs:Idle (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dthread_group.hpp54 Idle, enumerator
58 State state = Idle;
67 cond.wait(l, [this] { return state != Idle; }); in start()
75 state = Idle; in start()
84 cond.wait(l, [this] { return state == Idle; }); in wait()
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DLatencyTuner.h127 Idle, member in oboe::LatencyTuner::State
138 State mState = State::Idle;
/third_party/skia/third_party/externals/oboe/src/common/
H A DLatencyTuner.cpp49 if (mState == State::Idle && --mIdleCountDown <= 0) { in tune()
97 mState = State::Idle; in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp282 case State::Idle: in toString()
283 return "Idle"; in toString()
495 ASSERT_FIBER_STATE(to, Fiber::State::Idle); in suspend()
525 case Fiber::State::Idle: in enqueue()
692 changeFiberState(currentFiber, Fiber::State::Running, Fiber::State::Idle); in runUntilIdle()
698 changeFiberState(currentFiber, Fiber::State::Idle, Fiber::State::Running); in runUntilIdle()
/third_party/node/src/
H A Dnode_http_parser.cc204 static void Idle(const FunctionCallbackInfo<Value>& args);
1071 void ConnectionsList::Idle(const FunctionCallbackInfo<Value>& args) { in Idle() function in node::__anon15424::ConnectionsList
1270 SetProtoMethod(isolate, c, "idle", ConnectionsList::Idle); in InitializeHttpParser()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h226 // Idle: the Fiber is currently unused, and sits in Worker::idleFibers,
228 Idle, member in marl::Scheduler::Fiber::State
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 28 milliseconds