OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_once_t
(Results
126 - 150
of
264
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-tpf.h
48
typedef
pthread_once_t
__gthread_once_t;
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp
26
static
pthread_once_t
eglDispatchInitialized = PTHREAD_ONCE_INIT;
/system/core/libcutils/
qtaguid.c
45
pthread_once_t
resTrackInitDone = PTHREAD_ONCE_INIT;
trace.c
38
static
pthread_once_t
atrace_once_control = PTHREAD_ONCE_INIT;
/system/extras/tests/bionic/libc/common/
bench_pthread.c
173
pthread_once_t
once = PTHREAD_ONCE_INIT;
/external/chromium/googleurl/src/
gurl.cc
91
static
pthread_once_t
empty_string_once = PTHREAD_ONCE_INIT;
92
static
pthread_once_t
empty_gurl_once = PTHREAD_ONCE_INIT;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h
46
typedef
pthread_once_t
__gthread_once_t;
208
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
46
typedef
pthread_once_t
__gthread_once_t;
208
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h
46
typedef
pthread_once_t
__gthread_once_t;
208
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
46
typedef
pthread_once_t
__gthread_once_t;
208
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/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-default.h
46
typedef
pthread_once_t
__gthread_once_t;
208
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
Completed in 1035 milliseconds
1
2
3
4
5
6
7
8
9
10
11