Home
last modified time | relevance | path

Searched refs:STARTED (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dmanagers.py476 STARTED = 1 variable in State
517 if self._state.value == State.STARTED:
534 self._state.value = State.STARTED
541 if self._state.value == State.STARTED:
571 self._state.value = State.STARTED
606 assert self._state.value == State.STARTED, 'server not yet started'
646 if self._state.value != State.STARTED:
870 if state is None or state.value == State.STARTED:
1349 if self._state.value == State.STARTED:
/third_party/nghttp2/src/
H A Dshrpx_http2_session.h97 STARTED, member in shrpx::ConnectionCheck
H A Dshrpx_http2_session.cc72 case ConnectionCheck::STARTED: in connchk_timeout_cb()
1889 connection_check_state_ = ConnectionCheck::STARTED; in start_checking_connection()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js645 if (test_obj.phase === test_obj.phases.STARTED) {
2512 STARTED:1,
2560 if (this.phase > this.phases.STARTED) {
2564 if (settings.debug && this.phase !== this.phases.STARTED) {
2567 this.phase = this.phases.STARTED;
2910 if (this.phase <= this.phases.STARTED) {
3113 this.phase = this.phases.STARTED;
3984 Output.prototype.STARTED = 1;
4000 if (this.phase >= this.STARTED) {
4008 this.phase = this.STARTED;
[all...]

Completed in 16 milliseconds