Home
last modified time | relevance | path

Searched defs:__once_call (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dmutex.cc46 __thread void (*__once_call)(); variable
80 function<void()> __once_call = std::move(__once_functor); in __once_proxy() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dmutex.cc35 __thread void (*__once_call)(); variable