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

/art/test/924-threads/
H A Dthreads.cc131 void* tls; local
132 jvmtiError result = jvmti_env->GetThreadLocalStorage(thread, &tls);
136 return static_cast<jlong>(reinterpret_cast<uintptr_t>(tls));
141 const void* tls = reinterpret_cast<void*>(static_cast<uintptr_t>(val)); local
142 jvmtiError result = jvmti_env->SetThreadLocalStorage(thread, tls);

Completed in 59 milliseconds