Lines Matching defs:__entry
164 auto const __entry = __libcpp_contention_state(__location);
166 __cxx_atomic_fetch_add(&__entry->__platform_state, __cxx_contention_t(1), memory_order_release);
168 &__entry->__contention_state,
169 &__entry->__platform_state,
179 auto const __entry = __libcpp_contention_state(__location);
180 return __libcpp_contention_monitor_for_wait(&__entry->__contention_state, &__entry->__platform_state);
184 auto const __entry = __libcpp_contention_state(__location);
185 __libcpp_contention_wait(&__entry->__contention_state, &__entry->__platform_state, __old_value);