Home
last modified time | relevance | path

Searched defs:interlocked_compare_exchange (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/thread/win32/
Dshared_mutex.hpp47 …static state_data interlocked_compare_exchange(state_data* target, state_data new_value, state_dat… in interlocked_compare_exchange() function in boost::shared_mutex
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp833 inline long interlocked_compare_exchange(long volatile *addr, long val1, long val2) in interlocked_compare_exchange() function