/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | shared_mutex.hpp | 71 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 …]
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_mutex.cpp | 565 uint16_t old_state = unlocked; in NormalMutexTryLock() local 674 uint16_t old_state) { in RecursiveIncrement() 692 uint16_t old_state, in RecursiveOrErrorcheckMutexWait() 718 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in MutexLockWithTimeout() local 824 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in pthread_mutex_lock() local 858 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in pthread_mutex_unlock() local 908 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in pthread_mutex_trylock() local 972 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in __pthread_mutex_timedlock() local 1008 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in pthread_mutex_clocklock() local 1019 uint16_t old_state = atomic_load_explicit(&mutex->state, memory_order_relaxed); in pthread_mutex_destroy() local
|
H A D | pthread_rwlock.cpp | 264 static inline __always_inline bool __can_acquire_read_lock(int old_state, in __can_acquire_read_lock() 274 int old_state = atomic_load_explicit(&rwlock->state, memory_order_relaxed); in __pthread_rwlock_tryrdlock() local 306 int old_state = atomic_load_explicit(&rwlock->state, memory_order_relaxed); in __pthread_rwlock_timedrdlock() local 344 static inline __always_inline bool __can_acquire_write_lock(int old_state) { in __can_acquire_write_lock() 349 int old_state = atomic_load_explicit(&rwlock->state, memory_order_relaxed); in __pthread_rwlock_trywrlock() local 377 int old_state = atomic_load_explicit(&rwlock->state, memory_order_relaxed); in __pthread_rwlock_timedwrlock() local 490 int old_state = atomic_load_explicit(&rwlock->state, memory_order_relaxed); in pthread_rwlock_unlock() local
|
H A D | pthread_detach.cpp | 42 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_detach() local
|
H A D | pthread_join.cpp | 48 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_join() local
|
H A D | pthread_exit.cpp | 103 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_exit() local
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | disable_torch_function.cpp | 38 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
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | discardable_shared_memory.cc | 211 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
|
/aosp_15_r20/bionic/libc/private/ |
H A D | bionic_lock.h | 54 LockState old_state = Unlocked; in trylock() local 60 LockState old_state = Unlocked; in lock() local
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | discardable_shared_memory.cc | 241 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Lock() local 350 SharedState old_state(SharedState::LOCKED, Time()); in Unlock() local 377 SharedState old_state(SharedState::UNLOCKED, last_known_usage_); in Purge() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/examples/ |
D | visit.rs | 77 let old_state = self.state; in visit_table_like_kv() localVariable 116 let old_state = self.state; in visit_table_like_kv_mut() localVariable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | combiner.cc | 73 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | combiner.cc | 72 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/ |
D | round_robin.cc | 333 absl::optional<grpc_connectivity_state> old_state, in UpdateStateCountersLocked() 428 absl::optional<grpc_connectivity_state> old_state, in ProcessConnectivityChangeLocked()
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/round_robin/ |
H A D | round_robin.cc | 293 absl::optional<grpc_connectivity_state> old_state, in OnStateUpdate() 326 absl::optional<grpc_connectivity_state> old_state, in UpdateStateCountersLocked()
|
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | poisson_allocation_sampler.cc | 378 ProfilingStateFlagMask old_state = in SetProfilingStateFlag() local 387 ProfilingStateFlagMask old_state = in ResetProfilingStateFlag() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/lock/ |
D | mutex.rs | 104 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
|
/aosp_15_r20/hardware/ti/am57x/libhwcomposer/ |
D | hwc.cpp | 284 bool old_state = connector->connected(); in find_hdmi_connector_status() local 296 static bool check_hotplug_status(omap_hwc_device_t* hwc_dev, bool old_state) in check_hotplug_status()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/ |
D | weighted_round_robin.cc | 754 UpdateStateCountersLocked(absl::optional<grpc_connectivity_state> old_state, in UpdateStateCountersLocked() 885 absl::optional<grpc_connectivity_state> old_state, in ProcessConnectivityChangeLocked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ |
D | ring_hash.cc | 580 grpc_connectivity_state old_state, grpc_connectivity_state new_state) { in UpdateStateCountersLocked() 711 absl::optional<grpc_connectivity_state> old_state, in ProcessConnectivityChangeLocked()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_rand.c | 14 uint32_t old_state = global; in hars_petruska_f54_1_random_seed() local
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/weighted_round_robin/ |
H A D | weighted_round_robin.cc | 851 absl::optional<grpc_connectivity_state> old_state, in OnStateUpdate() 902 absl::optional<grpc_connectivity_state> old_state, in UpdateStateCountersLocked()
|
/aosp_15_r20/bionic/libc/stdio/ |
H A D | stdio_ext.cpp | 82 int old_state = _EXT(fp)->_caller_handles_locking ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking() local
|
/aosp_15_r20/external/trusty/lk/arch/x86/include/arch/ |
D | spinlock.h | 76 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) in arch_interrupt_restore()
|
/aosp_15_r20/external/cronet/base/ |
H A D | state_transitions.h | 94 #define DCHECK_STATE_TRANSITION(transitions, old_state, new_state) \ argument
|