Home
last modified time | relevance | path

Searched defs:setTLS (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/test/1909-per-agent-tls/src/art/
H A DTest1909.java36 public void setTLS(long jvmtienv, long ptr) { in setTLS() method in Test1909.ThreadHolder
75 public void setTLS(long jvmtienv, long ptr) { in setTLS() method in Test1909.ThreadWaiter
173 public static native void setTLS(long jvmtienv, Thread thr, long ptr); in setTLS() method in Test1909
/aosp12/art/test/924-threads/src/art/
H A DTest924.java490 private static native void setTLS(Thread t, long l); in setTLS() method in Test924
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp919 RsdCpuScriptImpl * RsdCpuReferenceImpl::setTLS(RsdCpuScriptImpl *sc) { in setTLS() function in android::renderscript::RsdCpuReferenceImpl