OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_setspecific
(Results
51 - 75
of
192
) sorted by null
1
2
3
4
5
6
7
8
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pthread.h
192
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/
pthread.h
219
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/
pthread.h
219
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
pthread.h
224
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
pthread.h
224
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h
104
__gthrw3(
pthread_setspecific
)
133
__gthrw(
pthread_setspecific
)
521
return __gthrw_(
pthread_setspecific
) (_objc_thread_storage, value);
765
return __gthrw_(
pthread_setspecific
) (__key, __ptr);
gthr-posix.h
104
__gthrw3(
pthread_setspecific
)
133
__gthrw(
pthread_setspecific
)
521
return __gthrw_(
pthread_setspecific
) (_objc_thread_storage, value);
765
return __gthrw_(
pthread_setspecific
) (__key, __ptr);
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h
104
__gthrw3(
pthread_setspecific
)
133
__gthrw(
pthread_setspecific
)
521
return __gthrw_(
pthread_setspecific
) (_objc_thread_storage, value);
765
return __gthrw_(
pthread_setspecific
) (__key, __ptr);
gthr-posix.h
104
__gthrw3(
pthread_setspecific
)
133
__gthrw(
pthread_setspecific
)
521
return __gthrw_(
pthread_setspecific
) (_objc_thread_storage, value);
765
return __gthrw_(
pthread_setspecific
) (__key, __ptr);
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h
104
__gthrw3(
pthread_setspecific
)
133
__gthrw(
pthread_setspecific
)
521
return __gthrw_(
pthread_setspecific
) (_objc_thread_storage, value);
765
return __gthrw_(
pthread_setspecific
) (__key, __ptr);
gthr-posix.h
104
__gthrw3(
pthread_setspecific
)
133
__gthrw(
pthread_setspecific
)
521
return __gthrw_(
pthread_setspecific
) (_objc_thread_storage, value);
765
return __gthrw_(
pthread_setspecific
) (__key, __ptr);
/frameworks/base/opengl/libs/EGL/
egl.cpp
73
pthread_setspecific
(gGLTraceKey, value);
321
pthread_setspecific
(gGLWrapperKey, value);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so
/bionic/libc/include/
pthread.h
259
int
pthread_setspecific
(pthread_key_t key, const void *value);
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt
775
pthread_setspecific
/development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt
799
pthread_setspecific
/development/ndk/platforms/android-9/include/
pthread.h
261
int
pthread_setspecific
(pthread_key_t key, const void *value);
/external/webkit/Source/JavaScriptCore/runtime/
JSLock.cpp
64
pthread_setspecific
(JSLockCount, reinterpret_cast<void*>(count));
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h
261
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h
261
int
pthread_setspecific
(pthread_key_t key, const void *value);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h
261
int
pthread_setspecific
(pthread_key_t key, const void *value);
/external/libxml2/
threads.c
60
extern int
pthread_setspecific
(pthread_key_t __key,
673
pthread_setspecific
(globalkey, tsd);
865
(
pthread_setspecific
!= NULL) &&
/bionic/libc/bionic/
stubs.c
161
if (
pthread_setspecific
(the_key, s) != 0 ) {
/external/bluetooth/glib/gthread/
gthread-posix.c
281
pthread_setspecific
(*(pthread_key_t *) private_key, value);
/external/opencv/cxcore/src/
cxerror.cpp
134
pthread_setspecific
( g_TlsIndex, context );
Completed in 326 milliseconds
1
2
3
4
5
6
7
8