Searched refs:tls (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_tls.cpp | 73 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 …]
|
D | getProcAddress.cpp | 53 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \ 73 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \ 95 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 117 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 146 [tls] "=&r"(_tls), \
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 60 : [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*)), \ 145 [tls] "=&r"(_tls), \
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocationFunctions.h | 34 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" }, \
|
D | ARMRelocator.cpp | 1434 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) in tls() function
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 116 : [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*)), \ 201 [tls] "=&r"(_tls), \
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 96 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local 97 return tls->mContext; in getTlsContext() 101 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local 102 return tls->mScript; in getTlsScript() 587 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local 588 rsAssert(tls); in setTLS() 589 RsdCpuScriptImpl *old = tls->mImpl; in setTLS() 590 tls->mImpl = sc; in setTLS() 591 tls->mContext = mRSC; in setTLS() 593 tls->mScript = sc->getScript(); in setTLS() [all …]
|
/frameworks/native/libs/binder/ |
D | BufferedTextOutput.cpp | 89 static thread_store_t tls; variable 93 ThreadState* ts = (ThreadState*) thread_store_get( &tls ); in getThreadState() 96 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()
|
/frameworks/rs/ |
D | rsScriptC.cpp | 35 #define GET_TLS() Context::ScriptTLSStruct * tls = \ 37 Context * rsc = tls->mContext; \ 38 ScriptC * sc = (ScriptC *) tls->mScript
|
/frameworks/base/ |
D | preloaded-classes | 1914 com.android.okhttp.internal.tls.OkHostnameVerifier
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 1956 and a new <em>tls</em> path (%gs:20) for {@code -fstack-protector},
|