Searched refs:tls (Results 1 – 10 of 10) 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), \ 82 [tls] "=&r"(_tls), \
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocationFunctions.h | 34 DECL_ARM_APPLY_RELOC_FUNC(tls) \ 144 { &tls, 104, "R_ARM_TLS_GD32" }, \ 147 { &tls, 107, "R_ARM_TLS_IE32" }, \ 148 { &tls, 108, "R_ARM_TLS_LE32" }, \
|
D | ARMRelocator.cpp | 1357 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) in tls() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 92 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local 93 return tls->mContext; in getTlsContext() 97 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local 98 return tls->mScript; in getTlsScript() 476 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local 477 rsAssert(tls); in setTLS() 478 RsdCpuScriptImpl *old = tls->mImpl; in setTLS() 479 tls->mImpl = sc; in setTLS() 480 tls->mContext = mRSC; in setTLS() 482 tls->mScript = sc->getScript(); in setTLS() [all …]
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 56 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \ 85 [tls] "=&r"(_tls), \
|
/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/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 108 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \ 137 [tls] "=&r"(_tls), \
|
/frameworks/rs/ |
D | rsScriptC.cpp | 37 #define GET_TLS() Context::ScriptTLSStruct * tls = \ 39 Context * rsc = tls->mContext; \ 40 ScriptC * sc = (ScriptC *) tls->mScript
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 992 and a new <em>tls</em> path (%gs:20) for {@code -fstack-protector},
|