Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.cc160 case DNSResolverStatus::RUNNING: { in resolve()
163 DNSResolverStatus::RUNNING, nullptr)); in resolve()
171 return DNSResolverStatus::RUNNING; in resolve()
180 if (ent.status != DNSResolverStatus::RUNNING && in resolve()
219 case DNSResolverStatus::RUNNING: in resolve()
220 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
223 return DNSResolverStatus::RUNNING; in resolve()
230 case DNSResolverStatus::RUNNING: in resolve()
236 return DNSResolverStatus::RUNNING; in resolve()
H A Dshrpx_dual_dns_resolver.cc84 if (rv4 == DNSResolverStatus::RUNNING || rv6 == DNSResolverStatus::RUNNING) { in get_status()
85 return DNSResolverStatus::RUNNING; in get_status()
H A Dshrpx_dns_resolver.cc40 if (resolv->get_status(nullptr) != DNSResolverStatus::RUNNING) { in sock_state_cb()
174 status_ = DNSResolverStatus::RUNNING; in resolve()
198 case DNSResolverStatus::RUNNING: in handle_event()
213 if (status_ != DNSResolverStatus::RUNNING) { in reset_timeout()
H A Dshrpx_dns_resolver.h49 RUNNING, member in shrpx::DNSResolverStatus
65 // DNSResolverStatus::RUNNING.
H A Dshrpx_live_check.cc251 case DNSResolverStatus::RUNNING: in initiate_connection()
H A Dshrpx_http_downstream_connection.cc354 case DNSResolverStatus::RUNNING: in initiate_connection()
H A Dshrpx_http2_session.cc326 case DNSResolverStatus::RUNNING: in resolve_name()
/third_party/rust/crates/once_cell/src/
H A Dimp_pl.rs13 const RUNNING: u8 = 0x1; consts
142 state.compare_exchange_weak(INCOMPLETE, RUNNING, Ordering::Acquire, Ordering::Acquire); in initialize_inner()
152 Err(RUNNING) => unsafe { in initialize_inner()
156 || state.load(Ordering::Relaxed) == RUNNING, in initialize_inner()
H A Dimp_std.rs19 // * The current state of the cell (`INCOMPLETE`, `RUNNING`, `COMPLETE`)
22 // State is encoded in two low bits. Only `INCOMPLETE` and `RUNNING` states
136 const RUNNING: usize = 0x1; consts
142 // this is in the RUNNING state.
145 /// Representation of a node in the linked list of waiters in the RUNNING state.
165 assert_eq!(state, RUNNING); in drop()
197 strict::map_addr(curr_queue, |q| (q & !STATE_MASK) | RUNNING), in initialize_or_wait()
211 (INCOMPLETE, None) | (RUNNING, _) => { in initialize_or_wait()
/third_party/python/Lib/concurrent/futures/
H A D_base.py19 RUNNING = 'RUNNING' variable
28 RUNNING,
36 RUNNING: "running",
371 if self._state in [RUNNING, FINISHED]:
391 return self._state == RUNNING
529 self._state = RUNNING
/third_party/python/Lib/turtledemo/
H A Dnim.py64 self.game.state = Nim.RUNNING
111 if self.game.state != Nim.RUNNING:
207 RUNNING = 1 variable in Nim
H A D__main__.py104 RUNNING = 3 variable
356 self.state = RUNNING
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py27 PENDING, RUNNING, CANCELLED, CANCELLED_AND_NOTIFIED, FINISHED, Future,
51 RUNNING_FUTURE = create_future(state=RUNNING)
1500 f2 = create_future(state=RUNNING)
1510 self.assertEqual(f2._state, RUNNING)
/third_party/alsa-lib/src/pcm/
H A Dpcm.c702 P_STATE(RUNNING) | \
1917 STATE(RUNNING),

Completed in 25 milliseconds