Searched defs:SetThreadLocalStorage (Results 1 - 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_thread.cc495 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env ATTRIBUTE_UNUSED, function in class:openjdkjvmti::ThreadUtil
H A DOpenjdkJvmTi.cc229 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { function in class:openjdkjvmti::JvmtiFunctions
231 return ThreadUtil::SetThreadLocalStorage(env, thread, data);
1849 JvmtiFunctions::SetThreadLocalStorage,
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1872 jvmtiError SetThreadLocalStorage(jthread thread, function in struct:_jvmtiEnv
1874 return functions->SetThreadLocalStorage(this, thread, data);

Completed in 74 milliseconds