Home
last modified time | relevance | path

Searched refs:old_state (Results 1 - 25 of 52) sorted by relevance

123

/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.cc189 ThreadState old_state = state_.SetParked(); in ParkSlowPath() local
191 if (old_state.IsCollectionRequested()) in ParkSlowPath()
216 ThreadState old_state = state_.SetParked(); in ParkSlowPath() local
217 CHECK(old_state.IsRunning()); in ParkSlowPath()
218 CHECK(old_state.IsSafepointRequested()); in ParkSlowPath()
219 CHECK(!old_state.IsCollectionRequested()); in ParkSlowPath()
326 ThreadState old_state = state_.SetParked(); in SleepInSafepoint() local
327 CHECK(old_state.IsRunning()); in SleepInSafepoint()
328 CHECK(old_state.IsSafepointRequested()); in SleepInSafepoint()
329 CHECK_IMPLIES(old_state in SleepInSafepoint()
372 const ThreadState old_state = main_thread->state_.SetCollectionRequested(); TryPerformCollection() local
[all...]
H A Dsafepoint.cc143 const LocalHeap::ThreadState old_state = in SetSafepointRequestedFlags() local
146 if (old_state.IsRunning()) running++; in SetSafepointRequestedFlags()
147 CHECK_IMPLIES(old_state.IsCollectionRequested(), in SetSafepointRequestedFlags()
149 CHECK(!old_state.IsSafepointRequested()); in SetSafepointRequestedFlags()
191 const LocalHeap::ThreadState old_state = in ClearSafepointRequestedFlags() local
194 CHECK(old_state.IsParked()); in ClearSafepointRequestedFlags()
195 CHECK(old_state.IsSafepointRequested()); in ClearSafepointRequestedFlags()
196 CHECK_IMPLIES(old_state.IsCollectionRequested(), in ClearSafepointRequestedFlags()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsupport.h72 const BOOL old_state = test_bit(bit, var); \
74 old_state; \
79 const BOOL old_state = test_bit(bit, var); \
81 old_state; \
/third_party/pulseaudio/src/pulsecore/resampler/
H A Dsoxr.c79 soxr_t old_state; in resampler_soxr_reset()
83 old_state = r->impl.data; in resampler_soxr_reset()
87 if (old_state) in resampler_soxr_reset()
88 soxr_delete(old_state); in resampler_soxr_reset()
90 r->impl.data = old_state; in resampler_soxr_reset()
/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.cc43 ObservableNodeState old_state = observation->state; in OnNodeChanged()
47 observation->observer->OnNodeChanged(reducer_name, new_node, old_state); in OnNodeChanged()
H A Dnode-observer.h75 const ObservableNodeState& old_state) { in OnNodeChanged()
74 OnNodeChanged(const char* reducer_name, const Node* node, const ObservableNodeState& old_state) OnNodeChanged() argument
/third_party/node/deps/v8/src/strings/
H A Dunicode-inl.h87 State old_state = *state; in ValueOfIncremental() local
91 if (V8_LIKELY(next <= kMaxOneByteChar && old_state == State::kAccept)) { in ValueOfIncremental()
117 if (old_state != State::kAccept) { in ValueOfIncremental()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_aux.h67 enum fst_session_state old_state; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_aux.h67 enum fst_session_state old_state; member
/third_party/lwip/src/core/
H A Dnetif.c1539 u8_t old_state; local
1544 old_state = netif_ip6_addr_state(netif, addr_idx);
1546 if (old_state != state) {
1547 u8_t old_valid = old_state & IP6_ADDR_VALID;
1572 if ((old_state & ~IP6_ADDR_TENTATIVE_COUNT_MASK) !=
1582 args.ipv6_addr_state_changed.old_state = old_state;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dnotify.c86 enum wpa_states old_state) in wpas_notify_state_changed()
98 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed()
106 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
84 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) wpas_notify_state_changed() argument
H A Dnotify.h25 enum wpa_states old_state);
/third_party/lwip/src/api/
H A Dapi_msg.c464 enum netconn_state old_state; local
481 old_state = conn->state;
505 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
506 (old_state == NETCONN_CONNECT)) {
516 if (old_state == NETCONN_CLOSE) {
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c329 const unsigned old_state = setup->state; in set_scene_state() local
331 if (old_state == new_state) in set_scene_state()
337 states[old_state], in set_scene_state()
348 if (old_state == SETUP_FLUSHED) in set_scene_state()
361 if (old_state == SETUP_CLEARED) in set_scene_state()
/third_party/lwip/src/core/ipv6/
H A Dnd6.c2521 u8_t old_state, old_member, new_member; local
2523 old_state = netif_ip6_addr_state(netif, addr_idx);
2528 old_member = (old_state != IP6_ADDR_INVALID && old_state != IP6_ADDR_DUPLICATED && old_state != IP6_ADDR_TENTATIVE);
/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.h196 void (*suspend) (pa_sink_input *i, pa_sink_state_t old_state, pa_suspend_cause_t old_suspend_cause); /* may be NULL */
H A Dsource-output.h159 void (*suspend) (pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause); /* may be NULL */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnotify.h76 enum wpa_states old_state);
H A Dnotify.c117 enum wpa_states old_state) in wpas_notify_state_changed()
129 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed()
137 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
115 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) wpas_notify_state_changed() argument
/third_party/node/src/
H A Dnode_report.cc102 std::ios old_state(nullptr); in WriteNodeReport()
103 old_state.copyfmt(out); in WriteNodeReport()
254 out.copyfmt(old_state); in WriteNodeReport()
/third_party/rust/crates/log/src/
H A Dlib.rs1475 let old_state = match STATE.compare_exchange( in set_logger()
1483 match old_state { in set_logger()
/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c963 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause) { in source_output_suspend_cb() argument
972 if (old_state == o->source->state) in source_output_suspend_cb()
1394 static void sink_input_suspend_cb(pa_sink_input *i, pa_sink_state_t old_state, pa_suspend_cause_t old_suspend_cause) { in sink_input_suspend_cb() argument
1403 if (old_state == i->sink->state) in sink_input_suspend_cb()
/third_party/python/Modules/
H A Dgcmodule.c2045 int old_state = gcstate->enabled; in PyGC_Enable() local
2047 return old_state; in PyGC_Enable()
2054 int old_state = gcstate->enabled; in PyGC_Disable() local
2056 return old_state; in PyGC_Disable()
/third_party/libinput/src/
H A Devdev-mt-touchpad.h374 uint32_t old_state; member
/third_party/lwip/src/include/lwip/
H A Dnetif.h672 u8_t old_state; member

Completed in 34 milliseconds

123