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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
mt_allocator.h 445 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
446 __gthread_once(&__once, _S_initialize);
541 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
542 __gthread_once(&__once, _S_initialize);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
mt_allocator.h 443 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
444 __gthread_once(&__once, _S_initialize);
539 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
540 __gthread_once(&__once, _S_initialize);

Completed in 21 milliseconds