HomeSort by: relevance | last modified time | path
    Searched defs:__platform_state (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
atomic.cpp 95 __cxx_atomic_contention_t __platform_state; variable
97 __contention_state(0), __platform_state(0) { }
113 __cxx_atomic_contention_t const volatile* __platform_state,
118 __libcpp_platform_wake_by_address(__platform_state, __notify_one);
121 __cxx_atomic_contention_t const volatile* __platform_state)
124 return __cxx_atomic_load(__platform_state, memory_order_acquire);
127 __cxx_atomic_contention_t const volatile* __platform_state,
132 __libcpp_platform_wait_on_address(__platform_state, __old_value);
143 __cxx_atomic_fetch_add(&__entry->__platform_state, __cxx_contention_t(1), memory_order_release);
145 &__entry->__platform_state,
    [all...]

Completed in 89 milliseconds