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

1 2 3 4 5 6 7 8

  /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-default.h 436 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
439 return __gthr_win32_once (__once, __func);
552 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
556 else if (__once == NULL || __func == NULL)
559 if (! __once->done)
561 if (InterlockedIncrement (&(__once->started)) == 0)
564 __once->done = TRUE;
573 while (! __once->done)
  /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-default.h 436 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
439 return __gthr_win32_once (__once, __func);
552 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
556 else if (__once == NULL || __func == NULL)
559 if (! __once->done)
561 if (InterlockedIncrement (&(__once->started)) == 0)
564 __once->done = TRUE;
573 while (! __once->done)
  /prebuilts/ndk/5/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/5/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/6/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/6/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/6/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/7/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/7/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-tpf.h 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/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.11-4.8/x86_64-linux/include/c++/4.8/x86_64-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.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)

Completed in 313 milliseconds

1 2 3 4 5 6 7 8