Searched refs:tls (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp68 egl_tls_t* tls = getTLS(); local
69 if (tls->error != error) {
79 tls->error = error;
84 egl_tls_t* tls = getTLS(); local
85 if (tls->logCallWithNoContext) {
86 tls->logCallWithNoContext = false;
94 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
95 if (tls == 0) {
96 tls = new egl_tls_t;
97 pthread_setspecific(sKey, tls);
104 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
122 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
140 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey); local
[all...]
H A DgetProcAddress.cpp46 "ldr r12, [r12, %[tls]] \n" \
54 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
68 "ldr x16, [x16, %[tls]]\n" \
75 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
89 "mov %P[tls](%[fn]), %[fn]\n" \
97 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
111 "mov %P[tls](%[fn]), %[fn]\n" \
119 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
136 "rdhwr %[tls], $29\n\t" \
137 "ld %[t0], %[OPENGL_API](%[tls])\
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A 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" }, \
H A DARMRelocator.cpp1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { function in namespace:mcld
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp64 "ldr r12, [r12, %[tls]] \n" \
68 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
97 "ldr x16, [x16, %[tls]]\n" \
103 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
131 "mov %P[tls](%%eax), %%eax\n" \
137 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
165 "mov %P[tls](%%rax), %%rax\n" \
171 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
200 // tls: $3
234 // tls
[all...]
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp120 "ldr r12, [r12, %[tls]] \n" \
124 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
153 "ldr x16, [x16, %[tls]]\n" \
159 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
187 "mov %P[tls](%%eax), %%eax\n" \
193 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
221 "mov %P[tls](%%rax), %%rax\n" \
227 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
256 // tls: $3
290 // tls
[all...]
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp92 static thread_store_t tls; member in namespace:android
96 ThreadState* ts = (ThreadState*) thread_store_get( &tls );
99 thread_store_set( &tls, ts, threadDestructor );
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp72 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); local
73 return tls->mContext;
77 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); local
78 return tls->mScript;
217 ALOGE("Failed to init thread tls key.");
921 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); local
922 rsAssert(tls);
923 RsdCpuScriptImpl *old = tls->mImpl;
924 tls->mImpl = sc;
925 tls
[all...]
/frameworks/rs/
H A DrsScriptC.cpp45 #define GET_TLS() Context::ScriptTLSStruct * tls = \
47 Context * rsc = tls->mContext; \
48 ScriptC * sc = (ScriptC *) tls->mScript
/frameworks/base/config/
H A Dpreloaded-classes3026 com.android.okhttp.internal.tls.OkHostnameVerifier
H A Dcompiled-classes-phone6134 com.android.okhttp.internal.tls.OkHostnameVerifier

Completed in 1450 milliseconds