Home
last modified time | relevance | path

Searched refs:kRunning (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/undici/src/lib/
H A Dclient.js40 kRunning,
331 get [kRunning] () {
466 } else if (client[kRunning] > 0) {
476 assert(client[kRunning] === 0)
884 assert(client[kRunning] === 1)
890 assert(client[kRunning] === 1)
1016 assert.strictEqual(client[kRunning], 0)
1023 } else if (socket[kReset] && client[kRunning] === 0) {
1046 if (!socket[kWriting] || socket.writableNeedDrain || client[kRunning] > 1) {
1055 assert(client[kRunning]
[all...]
/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.h115 // |kRunning|: The task is currently running and cannot be canceled anymore.
116 enum Status { kWaiting, kCanceled, kRunning }; enumerator
119 return CompareExchangeStatus(kWaiting, kRunning, previous); in TryRun()
H A Dcancelable-task.cc18 if (TryRun(&previous) || previous == kRunning) { in ~Cancelable()
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.h124 kRunning, member in v8::internal::LazyCompileDispatcher::Job::State
147 return state == State::kRunning || state == State::kAbortRequested; in is_running_on_background()
H A Dlazy-compile-dispatcher.cc420 job->state = Job::State::kRunning; in DoBackgroundWork()
436 if (job->state == Job::State::kRunning) { in DoBackgroundWork()
567 case Job::State::kRunning: in VerifyBackgroundTaskCount()
/third_party/node/deps/undici/src/lib/core/
H A Dsymbols.js24 kRunning: Symbol('running'),
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc284 enum class State { kRunning, kError, kJunk, kEmpty, kZero, kDone };
370 State state_ = State::kRunning;
379 if (state_ != State::kRunning) return; in ParseInt()
384 if (state_ != State::kRunning) return; in ParseInt()
503 case State::kRunning: in GetResult()
968 case State::kRunning: in GetResult()
/third_party/node/src/
H A Dinspector_socket_server.cc314 if (was_attached && state_ == ServerState::kRunning in SessionTerminated()
441 state_ = ServerState::kRunning; in Start()
454 CHECK_EQ(state_, ServerState::kRunning); in Stop()
H A Dinspector_socket_server.h92 enum class ServerState {kNew, kRunning, kStopped}; member in node::inspector::InspectorSocketServer::ServerState
/third_party/node/deps/undici/
H A Dundici.js35 kRunning: Symbol("running"),
6941 var { kFree, kConnected, kPending, kQueued, kRunning, kSize } = require_symbols();
6963 return this[kPool][kRunning];
6979 var { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDispatch } = require_symbols();
7050 get [kRunning]() {
7052 for (const { [kRunning]: running } of this[kClients]) {
8342 kRunning,
8578 get [kRunning]() {
8680 } else if (client[kRunning] > 0) {
8686 assert(client[kRunning]
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h192 kRunning = 1, enumerator
H A Dgenerated_message_util.cc767 scc->visit_status.store(SCCInfoBase::kRunning, std::memory_order_relaxed); in InitSCC_DFS()
812 SCCInfoBase::kRunning); in InitSCCImpl()
/third_party/node/deps/v8/src/d8/
H A Dd8.h221 kRunning, member in v8::Worker::State
H A Dd8.cc4122 bool Worker::is_running() const { return state_.load() == State::kRunning; } in is_running()
4213 auto expected = State::kRunning; in Terminate()
4274 CHECK(state_.compare_exchange_strong(expected, State::kRunning)); in ExecuteInThread()

Completed in 31 milliseconds