OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_setspecific
(Results
1 - 25
of
192
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/base/threading/
thread_local_posix.cc
34
int error =
pthread_setspecific
(slot, value);
thread_local_storage_posix.cc
44
int error =
pthread_setspecific
(key_, value);
/external/valgrind/main/exp-ptrcheck/tests/
pth_specific.c
23
assert( 0 ==
pthread_setspecific
( key, x ) );
/external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp
63
pthread_setspecific
(m_key, new ThreadIdentifierData(id));
78
pthread_setspecific
(m_key, threadIdentifierData);
ThreadSpecific.h
159
pthread_setspecific
(m_key, new Data(ptr, this));
273
pthread_setspecific
(data->owner->m_key, ptr);
287
pthread_setspecific
(data->owner->m_key, 0);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ossource_posix.cpp
43
if (
pthread_setspecific
(nIndex, lpvValue) == 0)
/frameworks/base/opengl/libs/EGL/
egl_tls.cpp
103
pthread_setspecific
(sKey, tls);
113
pthread_setspecific
(sKey, 0);
/external/valgrind/main/
glibc-2.34567-NPTL-helgrind.supp
164
helgrind-qt4---
pthread_setspecific
-QThreadPrivate::start(void*)
166
fun:
pthread_setspecific
230
helgrind---
pthread_setspecific
232
fun:
pthread_setspecific
/system/core/libcutils/
threads.c
44
pthread_setspecific
( store->tls, value );
/external/libvpx/vp8/common/
threading.h
37
#define
pthread_setspecific
(ts_key, value) TlsSetValue(ts_key, (void *)value)
macro
/frameworks/base/libs/rs/driver/
rsdCore.cpp
147
int status =
pthread_setspecific
(rsdgThreadTLSKey, &dc->mTlsStruct);
149
LOGE("
pthread_setspecific
%i", status);
215
int status =
pthread_setspecific
(rsdgThreadTLSKey, &dc->mTlsStruct);
217
LOGE("
pthread_setspecific
%i", status);
/frameworks/base/opengl/libagl2/src/
gles2context.h
94
pthread_setspecific
(gGLKey, value);