OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_once_t
(Results
176 - 200
of
264
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/libxml2/
threads.c
53
extern int pthread_once (
pthread_once_t
*__once_control,
148
static
pthread_once_t
once_control = PTHREAD_ONCE_INIT;
/ndk/docs/system/libc/
OVERVIEW.html
352
then the C library will keep the corresponding
pthread_once_t
mutex
357
pthread_once_t
. Unfortunately this requires tricky assembly code that
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
gthr-posix.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-default.h
59
typedef
pthread_once_t
__gthread_once_t;
221
static
pthread_once_t
__gthread_active_once = PTHREAD_ONCE_INIT;
Completed in 213 milliseconds
1
2
3
4
5
6
7
8
9
10
11