Searched refs:__once_call (Results 1 – 16 of 16) sorted by relevance
46 __thread void (*__once_call)(); variable80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local90 __once_call(); in __once_proxy()
35 __thread void (*__once_call)(); variable41 __once_call(); in __once_proxy()
700 extern __thread void (*__once_call)();712 __once_call = [] { (*static_cast<_Callable*>(__once_callable))(); };719 __once_call = nullptr;766 // It runs __once_call() or __once_functor().
651 extern __thread void (*__once_call)();677 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };694 __once_call = nullptr;
581 extern __thread void (*__once_call)();607 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
651 extern __thread void (*__once_call)();677 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
650 extern __thread void (*__once_call)();676 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
700 extern __thread void (*__once_call)();729 __once_call = &__once_call_impl<decltype(__bound_functor)>;
695 extern __thread void (*__once_call)();722 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
708 extern __thread void (*__once_call)();737 __once_call = &__once_call_impl<decltype(__bound_functor)>;
Completed in 11 milliseconds