Home
last modified time | relevance | path

Searched refs:tls (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_tls.cpp73 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local
74 if (tls->error != error) { in setErrorEtcImpl()
84 tls->error = error; in setErrorEtcImpl()
89 egl_tls_t* tls = getTLS(); in logNoContextCall() local
90 if (tls->logCallWithNoContext == true) { in logNoContextCall()
91 tls->logCallWithNoContext = false; in logNoContextCall()
98 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local
99 if (tls == 0) { in getTLS()
100 tls = new egl_tls_t; in getTLS()
101 pthread_setspecific(sKey, tls); in getTLS()
[all …]
DgetProcAddress.cpp54 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
75 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
97 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
119 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
149 [tls] "=&r"(_tls), \
182 [tls] "=&r"(_tls), \
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp60 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
78 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
97 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
116 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
146 [tls] "=&r"(_tls), \
180 [tls] "=&r"(_tls), \
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp116 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
134 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
153 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
172 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
202 [tls] "=&r"(_tls), \
236 [tls] "=&r"(_tls), \
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFunctions.h35 DECL_ARM_APPLY_RELOC_FUNC(tls) \
146 { &tls, 104, "R_ARM_TLS_GD32" }, \
149 { &tls, 107, "R_ARM_TLS_IE32" }, \
150 { &tls, 108, "R_ARM_TLS_LE32" }, \
DARMRelocator.cpp1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function
/frameworks/native/libs/binder/
DBufferedTextOutput.cpp92 static thread_store_t tls; variable
96 ThreadState* ts = (ThreadState*) thread_store_get( &tls ); in getThreadState()
99 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp84 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local
85 return tls->mContext; in getTlsContext()
89 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local
90 return tls->mScript; in getTlsScript()
923 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local
924 rsAssert(tls); in setTLS()
925 RsdCpuScriptImpl *old = tls->mImpl; in setTLS()
926 tls->mImpl = sc; in setTLS()
927 tls->mContext = mRSC; in setTLS()
929 tls->mScript = sc->getScript(); in setTLS()
[all …]
/frameworks/rs/
DrsScriptC.cpp50 #define GET_TLS() Context::ScriptTLSStruct * tls = \
52 Context * rsc = tls->mContext; \
53 ScriptC * sc = (ScriptC *) tls->mScript
/frameworks/base/
Dpreloaded-classes2700 com.android.okhttp.internal.tls.OkHostnameVerifier
Dcompiled-classes-phone6118 com.android.okhttp.internal.tls.OkHostnameVerifier
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd2115 and a new <em>tls</em> path (%gs:20) for {@code -fstack-protector},