/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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
mutex | 776 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args); 804 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args) 819 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
mutex | 776 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args); 804 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args) 819 int __e = __gthread_once(&(__once._M_once), &__once_proxy);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
mutex | 740 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args); 768 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args) 783 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.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
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/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/x86_64-linux/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|
/prebuilts/ndk/5/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);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|
/prebuilts/ndk/6/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);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|
/prebuilts/ndk/7/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);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
|