HomeSort by relevance Sort by last modified time
    Searched refs:__gthread_once_t (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-single.h 32 typedef int __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
gthr-default.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
gthr-posix.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr-single.h 32 typedef int __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
gthr-default.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
gthr-posix.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-single.h 32 typedef int __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
gthr-default.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
gthr-posix.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-single.h 32 typedef int __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
gthr-default.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
gthr-posix.h 49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 307 static __gthread_once_t _S_once;
353 static __gthread_once_t _S_once;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 307 static __gthread_once_t _S_once;
353 static __gthread_once_t _S_once;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 443 // On some platforms, __gthread_once_t is an aggregate.
444 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
538 // On some platforms, __gthread_once_t is an aggregate.
539 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 443 // On some platforms, __gthread_once_t is an aggregate.
444 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
538 // On some platforms, __gthread_once_t is an aggregate.
539 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;

Completed in 308 milliseconds