HomeSort by relevance Sort by last modified time
    Searched defs:getTLS (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/testtls/
tls_unix.c 16 getTLS()
  /prebuilts/go/linux-x86/misc/cgo/testtls/
tls_unix.c 16 getTLS()
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 68 egl_tls_t* tls = getTLS();
84 egl_tls_t* tls = getTLS();
93 egl_tls_t* egl_tls_t::getTLS() {
133 getTLS()->ctx = ctx;
  /art/test/924-threads/src/art/
Test924.java 261 long l = getTLS(Thread.currentThread());
276 if (getTLS(Thread.currentThread()) != 2) {
292 if (getTLS(Thread.currentThread()) != 1) {
401 private static native long getTLS(Thread t);

Completed in 394 milliseconds