Home
last modified time | relevance | path

Searched refs:interlocked_write_release (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/thread/win32/
Dinterlocked_read.hpp59 inline void interlocked_write_release(long volatile* x,long value) BOOST_NOEXCEPT in interlocked_write_release() function
64 inline void interlocked_write_release(void* volatile* x,void* value) BOOST_NOEXCEPT in interlocked_write_release() function
102 inline void interlocked_write_release(long volatile* x,long value) BOOST_NOEXCEPT in interlocked_write_release() function
109 inline void interlocked_write_release(void* volatile* x,void* value) BOOST_NOEXCEPT in interlocked_write_release() function
138 inline void interlocked_write_release(long volatile* x,long value) BOOST_NOEXCEPT in interlocked_write_release() function
142 inline void interlocked_write_release(void* volatile* x,void* value) BOOST_NOEXCEPT in interlocked_write_release() function
172 inline void interlocked_write_release(long volatile* x,long value) BOOST_NOEXCEPT in interlocked_write_release() function
176 inline void interlocked_write_release(void* volatile* x,void* value) BOOST_NOEXCEPT in interlocked_write_release() function
201 inline void interlocked_write_release(long volatile* x,long value) BOOST_NOEXCEPT in interlocked_write_release() function
205 inline void interlocked_write_release(void* volatile* x,void* value) BOOST_NOEXCEPT in interlocked_write_release() function
Dcondition_variable.hpp138 detail::interlocked_write_release(&total_count,total_count-count_to_wake); in wake_waiters()
184 detail::interlocked_write_release(&total_count,total_count+1); in get_wait_entry()
/third_party/boost/libs/thread/src/win32/
Dthread_primitives.cpp117 boost::detail::interlocked_write_release((void**)&gettickcount64, (void*)p);
135 … boost::detail::interlocked_write_release((void**)&gettickcount64, (void*)&get_tick_count64);