Home
last modified time | relevance | path

Searched defs:wait_state (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/src/
Dlock_pool.cpp319 struct wait_state : struct
323 pthread_cond_t m_cond;
325 explicit wait_state(std::size_t index) BOOST_NOEXCEPT : in wait_state() argument
331 ~wait_state() BOOST_NOEXCEPT in ~wait_state()
340 void notify_one(lock_state&) BOOST_NOEXCEPT in notify_one()
345 void notify_all(lock_state&) BOOST_NOEXCEPT in notify_all()
413 struct wait_state : struct
419 futex_operations::storage_type m_waiter_count;
421 explicit wait_state(std::size_t index) BOOST_NOEXCEPT : in wait_state() function
576 struct wait_state : struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dwait_ops_emulated.hpp59 scoped_wait_state wait_state(&storage); in wait() local
Dwait_ops_generic.hpp58 scoped_wait_state wait_state(&storage); in wait() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dwait.cc27 MojoHandleSignalsState wait_state() const { return wait_state_; } in wait_state() function in mojo::__anonea3b558c0111::TriggerContext
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dasync_wait_for_single_object.rs45 wait_state: WaitState, field
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/session/
H A Duwb_session.rs357 async fn wait_state(&mut self, expected_state: SessionState) -> Result<()> { in wait_state() method
/aosp_15_r20/art/runtime/
H A Dthread.cc1663 void Wait(Thread* self, ThreadState wait_state) { in Wait()
1677 bool Thread::RequestSynchronousCheckpoint(Closure* function, ThreadState wait_state) { in RequestSynchronousCheckpoint()