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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 440 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
441 __gthread_once(&__once, _S_initialize);
535 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
536 __gthread_once(&__once, _S_initialize);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 440 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
441 __gthread_once(&__once, _S_initialize);
535 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
536 __gthread_once(&__once, _S_initialize);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 440 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
441 __gthread_once(&__once, _S_initialize);
535 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
536 __gthread_once(&__once, _S_initialize);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 440 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
441 __gthread_once(&__once, _S_initialize);
535 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
536 __gthread_once(&__once, _S_initialize);

Completed in 152 milliseconds