Home
last modified time | relevance | path

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

123

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dshared_mutex.hpp71 void release_waiters(state_data old_state) in release_waiters()
83 void release_shared_waiters(state_data old_state) in release_shared_waiters()
122 state_data old_state=state; in try_lock_shared() local
149 state_data old_state=state; in lock_shared() local
204 state_data old_state=state; in do_lock_shared_until() local
345 state_data old_state=state; in unlock_shared() local
391 state_data old_state=state; in try_lock() local
418 state_data old_state=state; in lock() local
465 state_data old_state=state; in do_lock_until() local
614 state_data old_state=state; in unlock() local
[all …]
/external/pytorch/torch/csrc/utils/
Ddisable_torch_function.cpp38 at::impl::TorchFunctionDisabledState old_state; member
44 const auto old_state = at::impl::PythonTorchFunctionTLS::get_disabled_state(); in DisableTorchFunctionSubclass__enter() local
135 at::impl::TorchFunctionDisabledState old_state; member
/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/rust/android-crates-io/crates/toml_edit/examples/
Dvisit.rs77 let old_state = self.state; in visit_table_like_kv() localVariable
116 let old_state = self.state; in visit_table_like_kv_mut() localVariable
/external/cronet/stable/base/memory/
Ddiscardable_shared_memory.cc235 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Lock() local
343 SharedState old_state(SharedState::LOCKED, Time()); in Unlock() local
375 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Purge() local
/external/cronet/tot/base/memory/
Ddiscardable_shared_memory.cc235 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Lock() local
343 SharedState old_state(SharedState::LOCKED, Time()); in Unlock() local
375 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Purge() local
/external/trusty/lk/lib/rust_support/wrappers/
Dspinlock.c30 void lk_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in lk_interrupt_restore()
/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc73 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() local
254 gpr_atm old_state = in grpc_combiner_continue_exec_ctx() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.cc72 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() local
254 gpr_atm old_state = in grpc_combiner_continue_exec_ctx() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc333 absl::optional<grpc_connectivity_state> old_state, in UpdateStateCountersLocked()
428 absl::optional<grpc_connectivity_state> old_state, in ProcessConnectivityChangeLocked()
/external/grpc-grpc/src/core/load_balancing/round_robin/
Dround_robin.cc293 absl::optional<grpc_connectivity_state> old_state, in OnStateUpdate()
326 absl::optional<grpc_connectivity_state> old_state, in UpdateStateCountersLocked()
/external/trusty/lk/arch/x86/include/arch/
Dspinlock.h76 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) in arch_interrupt_restore()
/external/cronet/stable/base/
Dstate_transitions.h94 #define DCHECK_STATE_TRANSITION(transitions, old_state, new_state) \ argument
/external/cronet/tot/base/
Dstate_transitions.h94 #define DCHECK_STATE_TRANSITION(transitions, old_state, new_state) \ argument
/external/trusty/lk/include/kernel/
Dspinlock.h82 spin_lock_saved_state_t old_state, in spin_unlock_restore()
/external/cronet/stable/base/sampling_heap_profiler/
Dpoisson_allocation_sampler.cc382 ProfilingStateFlagMask old_state = in SetProfilingStateFlag() local
391 ProfilingStateFlagMask old_state = in ResetProfilingStateFlag() local
/external/cronet/tot/base/sampling_heap_profiler/
Dpoisson_allocation_sampler.cc382 ProfilingStateFlagMask old_state = in SetProfilingStateFlag() local
391 ProfilingStateFlagMask old_state = in ResetProfilingStateFlag() local
/external/trusty/lk/arch/arm/include/arch/
Dspinlock.h103 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) in arch_interrupt_restore()
/external/trusty/lk/arch/arm64/include/arch/
Dspinlock.h107 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) in arch_interrupt_restore()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Deuler.hpp87 …void calc_state( StateOut &x , time_type t , const StateIn1 &old_state , time_type t_old , const … in calc_state() argument
/external/grpc-grpc/src/core/load_balancing/
Dendpoint_list.cc71 auto old_state = std::exchange(endpoint_->connectivity_state_, state); in UpdateState() local
/external/ruy/ruy/
Dthread_pool.cc100 State old_state = state_.load(); in ChangeStateFromOutsideThread() local
/external/rust/android-crates-io/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()

123