HomeSort by: relevance | last modified time | path
    Searched refs:__libcpp_relaxed_store (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/include/
atomic_support.h 64 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) function in namespace:__anon3641
125 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val)
  /src/external/apache2/llvm/dist/libcxx/src/
mutex.cpp 235 __libcpp_relaxed_store(&flag, once_flag::_State_type(1));
248 __libcpp_relaxed_store(&flag, once_flag::_State_type(0));

Completed in 76 milliseconds