Searched refs:Idle (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | thread_group.hpp | 54 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 D | LatencyTuner.h | 127 Idle, member in oboe::LatencyTuner::State 138 State mState = State::Idle;
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | LatencyTuner.cpp | 49 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 D | scheduler.cpp | 282 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 D | node_http_parser.cc | 204 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 D | scheduler.h | 226 // 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 D | stylo.hpp | [all...] |
Completed in 27 milliseconds