HomeSort by relevance Sort by last modified time
    Searched defs:__once (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 444 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
445 __gthread_once(&__once, _S_initialize);
539 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
540 __gthread_once(&__once, _S_initialize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 444 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
445 __gthread_once(&__once, _S_initialize);
539 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
540 __gthread_once(&__once, _S_initialize);

Completed in 81 milliseconds