Home
last modified time | relevance | path

Searched defs:current_state (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/thread/win32/
Dshared_mutex.hpp135 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in try_lock_shared() local
170 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in lock_shared() local
225 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_shared_until() local
283 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_shared_until() local
369 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in unlock_shared() local
404 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in try_lock() local
437 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in lock() local
484 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_until() local
549 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_until() local
626 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in unlock() local
[all …]
/third_party/grpc/src/core/lib/transport/
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
/third_party/boost/libs/mpl/example/fsm/
Dstate_machine.hpp64 state_t current_state() const in current_state() function in fsm::state_machine
Dplayer1.cpp92 static int const current_state = CurrentState; member
Dplayer2.cpp150 int current_state() const in current_state() function in state_machine
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc46 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/third_party/boost/boost/numeric/odeint/stepper/
Ddense_output_runge_kutta.hpp179 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::dense_output_runge_kutta
385 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::dense_output_runge_kutta
Drosenbrock4_dense_output.hpp124 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::rosenbrock4_dense_output
Dbulirsch_stoer_dense_out.hpp354 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::bulirsch_stoer_dense_out
/third_party/boost/boost/wave/cpplexer/
Ddetect_include_guards.hpp70 bool current_state; member in boost::wave::cpplexer::include_guards
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc191 HandshakeState current_state = context->state; in ProcessNext() local
/third_party/boost/libs/numeric/odeint/test/
Ddummy_steppers.hpp82 const state_type& current_state( void ) const in current_state() function
Dintegrate_stepper_refs.cpp125 const state_type& current_state() const in current_state() function in dense_out_stepper_nc
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc467 grpc_connectivity_state current_state = CheckConnectivityStateLocked(); in CheckConnectivityStateAndStartWatchingLocked() local
/third_party/boost/boost/numeric/odeint/integrate/
Dcheck_adapter.hpp170 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::checked_stepper
/third_party/glib/gio/tests/
Ddbus-appinfo.c26 static int current_state; variable
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c570 Uint8 current_state; in SDL_EventState() local
/third_party/boost/tools/build/src/engine/
Dmake1.cpp148 static state * current_state( stack * const pStack ) in current_state() function
/third_party/glib/glib/pcre/
Dpcre_dfa_exec.c631 stateblock *current_state = active_states + i; in internal_dfa_exec() local
/third_party/pcre2/pcre2/src/
Dpcre2_dfa_match.c746 stateblock *current_state = active_states + i; in internal_dfa_match() local
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h767 GstState current_state; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c84 GstState target_state, current_state; member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c905 struct pipe_framebuffer_state *current_state = r300->fb_state.state; in r300_set_framebuffer_state() local
/third_party/node/src/
Dnode_api.cc378 unsigned char current_state = dispatch_state.fetch_or(kDispatchPending); in Send() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c123 GstState current_state; member

12