Home
last modified time | relevance | path

Searched defs:old_state (Results 1 – 25 of 41) sorted by relevance

12

/external/igt-gpu-tools/lib/
Digt_rand.c14 uint32_t old_state = global; in hars_petruska_f54_1_random_seed() local
/external/libchrome/base/memory/
Ddiscardable_shared_memory.cc211 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Lock() local
321 SharedState old_state(SharedState::LOCKED, Time()); in Unlock() local
348 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Purge() local
/external/cronet/base/memory/
Ddiscardable_shared_memory.cc240 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Lock() local
349 SharedState old_state(SharedState::LOCKED, Time()); in Unlock() local
376 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Purge() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.cc73 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() local
263 gpr_atm old_state = in grpc_combiner_continue_exec_ctx() local
/external/cronet/base/
Dstate_transitions.h94 #define DCHECK_STATE_TRANSITION(transitions, old_state, new_state) \ argument
/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc99 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() local
285 gpr_atm old_state = in grpc_combiner_continue_exec_ctx() local
/external/cronet/base/sampling_heap_profiler/
Dpoisson_allocation_sampler.cc399 ProfilingStateFlagMask old_state = in SetProfilingStateFlag() local
408 ProfilingStateFlagMask old_state = in ResetProfilingStateFlag() local
/external/ruy/ruy/
Dthread_pool.cc66 State old_state = state_.load(std::memory_order_relaxed); in ChangeState() local
/external/rust/crates/futures-util/src/lock/
Dmutex.rs104 let old_state = self.state.fetch_or(IS_LOCKED, Ordering::Acquire); in try_lock() localVariable
116 let old_state = self.state.fetch_or(IS_LOCKED, Ordering::Acquire); in try_lock_owned() localVariable
187 let old_state = self.state.fetch_and(!IS_LOCKED, Ordering::AcqRel); in unlock() localVariable
/external/webrtc/modules/desktop_capture/linux/wayland/test/
Dtest_screencast_stream_provider.cc207 pw_stream_state old_state, in OnStreamStateChanged()
/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_aux.h67 enum fst_session_state old_state; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc280 grpc_connectivity_state old_state, grpc_connectivity_state new_state) { in UpdateStateCountersLocked()
/external/rust/crates/vulkano/src/sync/future/
Dfence_signal.rs204 let old_state = mem::replace(&mut **state, FenceSignalFutureState::Poisoned); in flush_impl() localVariable
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc461 grpc_connectivity_state old_state, grpc_connectivity_state new_state, in UpdateStateCountersLocked()
/external/rust/crates/rayon-core/src/
Dlatch.rs134 let old_state = (*this).state.swap(SET, Ordering::AcqRel); in set() localVariable
/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Ddevice.rs408 let old_state = std::mem::replace( in start() localVariable
/external/webrtc/modules/desktop_capture/linux/wayland/
Dshared_screencast_stream.cc220 pw_stream_state old_state, in OnStreamStateChanged()
/external/python/cpython3/Modules/
Dgcmodule.c2058 int old_state = gcstate->enabled; in PyGC_Enable() local
2067 int old_state = gcstate->enabled; in PyGC_Disable() local
/external/autotest/client/cros/cellular/
Dpseudo_modem.py477 def StateChanged(self, old_state, new_state, why): argument
/external/webrtc/video/
Dvideo_receive_stream2.cc1060 RecordingState old_state; in SetAndGetRecordingState() local
Dvideo_receive_stream2_unittest.cc673 VideoReceiveStreamInterface::RecordingState old_state = in TEST_P() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c296 unsigned old_state = setup->state; in set_scene_state() local
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs1522 let old_state: State = std::mem::replace(&mut *state, State::Invalid); in try_starting_worker() localVariable
1837 let old_state: State = std::mem::replace(&mut *state, State::Invalid); in activate() localVariable
/external/webrtc/p2p/base/
Dconnection.cc339 IceCandidatePairState old_state = state_; in set_state() local
/external/libcups/scheduler/
Dprinters.c2755 ipp_pstate_t old_state; /* Old printer state */ in cupsdSetPrinterState() local

12