HomeSort by relevance Sort by last modified time
    Searched full:__once (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
mutex 716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
756 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
mutex 769 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
797 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
811 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
mutex 769 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
797 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
811 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
mutex 716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
756 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
mutex 716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
756 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
mutex 716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
756 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 442 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
443 __gthread_once(&__once, _S_initialize);
537 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
538 __gthread_once(&__once, _S_initialize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 442 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
443 __gthread_once(&__once, _S_initialize);
537 static __gthread_once_t __once = __GTHREAD_ONCE_INIT; local
538 __gthread_once(&__once, _S_initialize);
  /prebuilts/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);

Completed in 861 milliseconds

1 2 3 4