Home
last modified time | relevance | path

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

1234

/aosp_15_r20/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 …]
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_mutex.cpp565 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 Dpthread_rwlock.cpp264 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 Dpthread_detach.cpp42 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_detach() local
H A Dpthread_join.cpp48 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_join() local
H A Dpthread_exit.cpp103 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_exit() local
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A 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
/aosp_15_r20/external/libchrome/base/memory/
H A 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
/aosp_15_r20/bionic/libc/private/
H A Dbionic_lock.h54 LockState old_state = Unlocked; in trylock() local
60 LockState old_state = Unlocked; in lock() local
/aosp_15_r20/external/cronet/base/memory/
H A Ddiscardable_shared_memory.cc241 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/
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
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A 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
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/round_robin/
H A Dround_robin.cc293 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 Dpoisson_allocation_sampler.cc378 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/
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
/aosp_15_r20/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp284 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/
Dweighted_round_robin.cc754 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/
Dring_hash.cc580 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 Digt_rand.c14 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 Dweighted_round_robin.cc851 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 Dstdio_ext.cpp82 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/
Dspinlock.h76 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 Dstate_transitions.h94 #define DCHECK_STATE_TRANSITION(transitions, old_state, new_state) \ argument

1234