Home
last modified time | relevance | path

Searched defs:is_running (Results 1 - 9 of 9) sorted by relevance

/third_party/vulkan-loader/tests/live_verification/
H A Dmacos_static_loader_build.cpp35 static std::atomic_bool is_running; variable
/third_party/python/Lib/asyncio/
H A Dcoroutines.py67 def is_running(coro): function
H A Devents.py227 def is_running(self): member in AbstractEventLoop
H A Dbase_events.py696 def is_running(self): member in BaseEventLoop
/third_party/python/Lib/test/support/
H A Dinterpreters.py80 def is_running(self): member in Interpreter
/third_party/node/deps/v8/src/logging/
H A Dcounters.cc94 bool is_running = (*active_timer.Pointer())[this]; in ToggleRunningState() local
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c1851 int is_running = _is_running(interp); in _ensure_not_running() local
2240 int is_running = _is_running(interp); in interp_is_running() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c2110 void pa_bluetooth_discovery_set_ofono_running(pa_bluetooth_discovery *y, bool is_running) { in pa_bluetooth_discovery_set_ofono_running() argument
/third_party/node/deps/v8/src/d8/
H A Dd8.cc4122 bool Worker::is_running() const { return state_.load() == State::kRunning; } in is_running() function in v8::Worker

Completed in 23 milliseconds