Home
last modified time | relevance | path

Searched refs:__once_call (Results 1 – 16 of 16) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
90 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dmutex.cc35 __thread void (*__once_call)(); variable
41 __once_call(); in __once_proxy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dmutex700 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().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dmutex651 extern __thread void (*__once_call)();
677 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
694 __once_call = nullptr;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dmutex581 extern __thread void (*__once_call)();
607 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dmutex651 extern __thread void (*__once_call)();
677 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dmutex650 extern __thread void (*__once_call)();
676 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dmutex700 extern __thread void (*__once_call)();
729 __once_call = &__once_call_impl<decltype(__bound_functor)>;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dmutex695 extern __thread void (*__once_call)();
722 __once_call = []{ (*(decltype(__callable)*)__once_callable)(); };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dmutex708 extern __thread void (*__once_call)();
737 __once_call = &__once_call_impl<decltype(__bound_functor)>;

Completed in 11 milliseconds