Home
last modified time | relevance | path

Searched defs:current_state (Results 26 – 50 of 1841) sorted by relevance

12345678910>>...74

/dports/devel/grpc134/grpc-1.34.1/src/core/lib/transport/
H A Dconnectivity_state.cc104 grpc_connectivity_state current_state = state_.Load(MemoryOrder::RELAXED); in ~ConnectivityStateTracker() local
124 grpc_connectivity_state current_state = state_.Load(MemoryOrder::RELAXED); in AddWatcher() local
153 grpc_connectivity_state current_state = state_.Load(MemoryOrder::RELAXED); in SetState() local
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/transport/
H A Dconnectivity_state.cc104 grpc_connectivity_state current_state = in ~ConnectivityStateTracker() local
125 grpc_connectivity_state current_state = in AddWatcher() local
155 grpc_connectivity_state current_state = in SetState() local
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/transport/
H A Dconnectivity_state.cc104 grpc_connectivity_state current_state = in ~ConnectivityStateTracker() local
125 grpc_connectivity_state current_state = in AddWatcher() local
155 grpc_connectivity_state current_state = in SetState() local
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_net_adapter_feature.ps145 …$current_state = (Get-NetAdapterBinding | where-object {$_.Name -eq $Interface_name} | where-objec… variable
49 If ($current_state -eq $state){ variable
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/hwchal/
H A DHwcHAL.h45 uint32_t aDisp, in compress()
65 HwcDevice *mHwc = nullptr; in compress()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/state_control/
H A Dstate_control_gorilla.cpp64 uint16_t current_state = Anim_GetCurrentState(ss_anim); in StateControl_GorillaSetKeyAnim() local
90 uint16_t current_state = Anim_GetCurrentState(ss_anim); in StateControl_Gorilla() local
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NovaDiskIO/sync/include/boost/sync/detail/mutexes/
H A Dshared_spin_mutex.hpp95 … uint32_t current_state = state.load(detail::atomic_ns::memory_order_acquire) & reader_mask; in lock_shared() local
108 … uint32_t current_state = state.load(detail::atomic_ns::memory_order_acquire) & reader_mask; in try_lock_shared() local
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-tt/nova-tt/
H A Drw_spinlock.hpp131 uint32_t current_state = state.load(boost::memory_order_acquire) & reader_mask; in lock_shared() local
143 uint32_t current_state = state.load(boost::memory_order_acquire) & reader_mask; in try_lock_shared() local
155 …uint32_t current_state = state.load(boost::memory_order_relaxed); /* we don't need the reader_m… in unlock_shared() local
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/kbled/
H A Dkbled.c63 unsigned int current_state; /* Current LED state, bit encoded */ member
117 unsigned int current_state; in kbled_constructor() local
225 int current_state = kl->current_state; in kbled_panel_configuration_changed() local
/dports/security/snort3/snort3-3.1.19.0/src/framework/
H A Dmpse.cc55 void* context, int* current_state) in search()
63 void* context, int* current_state) in search_all()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dcontents_view.cc372 void ContentsView::InitializeSearchBoxAnimation(AppListState current_state, in InitializeSearchBoxAnimation()
398 AppListState current_state, in UpdateSearchBoxAnimation()
443 void ContentsView::UpdateSearchBoxVisibility(AppListState current_state) { in UpdateSearchBoxVisibility()
607 const AppListState current_state = in Layout() local
638 const AppListState current_state = GetStateForPageIndex(current_page); in TransitionStarted() local
650 const AppListState current_state = GetStateForPageIndex(current_page); in TransitionChanged() local
671 const AppListState current_state = GetStateForPageIndex(current_page); in UpdateYPositionAndOpacity() local
886 AppListState current_state, in ShouldLayoutPage()
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/
H A Drecycle.m61 current_state = "off"; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-pack37.adb32 with System.Storage_Elements;
42 subtype Uns is System.Unsigned_Types.Unsigned;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-0.2.24/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
535 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
551 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
636 let mut current_state = self.snapshot(); in cancel() localVariable
738 let current_state = self.snapshot(); in is_cancelled() localVariable
751 let current_state = self.snapshot(); in register() localVariable
788 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
535 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
551 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
636 let mut current_state = self.snapshot(); in cancel() localVariable
738 let current_state = self.snapshot(); in is_cancelled() localVariable
751 let current_state = self.snapshot(); in register() localVariable
788 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-util-0.6.7/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
541 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
557 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
642 let mut current_state = self.snapshot(); in cancel() localVariable
744 let current_state = self.snapshot(); in is_cancelled() localVariable
757 let current_state = self.snapshot(); in register() localVariable
794 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-util-0.6.9/src/sync/
H A Dcancellation_token.rs100 let current_state = inner.snapshot(); in clone() localVariable
115 let mut current_state = inner.snapshot(); in drop() localVariable
552 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
568 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
653 let mut current_state = self.snapshot(); in cancel() localVariable
755 let current_state = self.snapshot(); in is_cancelled() localVariable
768 let current_state = self.snapshot(); in register() localVariable
805 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-util-0.6.9/src/sync/
H A Dcancellation_token.rs100 let current_state = inner.snapshot(); in clone() localVariable
115 let mut current_state = inner.snapshot(); in drop() localVariable
552 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
568 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
653 let mut current_state = self.snapshot(); in cancel() localVariable
755 let current_state = self.snapshot(); in is_cancelled() localVariable
768 let current_state = self.snapshot(); in register() localVariable
805 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-util-0.6.8/src/sync/
H A Dcancellation_token.rs100 let current_state = inner.snapshot(); in clone() localVariable
115 let mut current_state = inner.snapshot(); in drop() localVariable
552 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
568 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
653 let mut current_state = self.snapshot(); in cancel() localVariable
755 let current_state = self.snapshot(); in is_cancelled() localVariable
768 let current_state = self.snapshot(); in register() localVariable
805 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
535 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
551 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
636 let mut current_state = self.snapshot(); in cancel() localVariable
738 let current_state = self.snapshot(); in is_cancelled() localVariable
751 let current_state = self.snapshot(); in register() localVariable
788 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-util-0.6.7/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
541 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
557 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
642 let mut current_state = self.snapshot(); in cancel() localVariable
744 let current_state = self.snapshot(); in is_cancelled() localVariable
757 let current_state = self.snapshot(); in register() localVariable
794 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-util-0.6.8/src/sync/
H A Dcancellation_token.rs100 let current_state = inner.snapshot(); in clone() localVariable
115 let mut current_state = inner.snapshot(); in drop() localVariable
552 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
568 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
653 let mut current_state = self.snapshot(); in cancel() localVariable
755 let current_state = self.snapshot(); in is_cancelled() localVariable
768 let current_state = self.snapshot(); in register() localVariable
805 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-util-0.6.4/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
541 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
557 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
642 let mut current_state = self.snapshot(); in cancel() localVariable
744 let current_state = self.snapshot(); in is_cancelled() localVariable
757 let current_state = self.snapshot(); in register() localVariable
794 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-0.2.21/src/sync/
H A Dcancellation_token.rs97 let current_state = inner.snapshot(); in clone() localVariable
112 let mut current_state = inner.snapshot(); in drop() localVariable
535 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
551 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
636 let mut current_state = self.snapshot(); in cancel() localVariable
738 let current_state = self.snapshot(); in is_cancelled() localVariable
751 let current_state = self.snapshot(); in register() localVariable
788 let current_state = self.snapshot(); in check_for_cancellation() localVariable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-util-0.6.9/src/sync/
H A Dcancellation_token.rs100 let current_state = inner.snapshot(); in clone() localVariable
115 let mut current_state = inner.snapshot(); in drop() localVariable
552 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in decrement_refcount() localVariable
568 let current_state = self.atomic_update_state(current_state, |mut state: StateSnapshot| { in remove_parent_ref() localVariable
653 let mut current_state = self.snapshot(); in cancel() localVariable
755 let current_state = self.snapshot(); in is_cancelled() localVariable
768 let current_state = self.snapshot(); in register() localVariable
805 let current_state = self.snapshot(); in check_for_cancellation() localVariable

12345678910>>...74