Home
last modified time | relevance | path

Searched refs:GetThreadLocalStorage (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1527 jvmtiError (JNICALL *GetThreadLocalStorage) (jvmtiEnv* env,
1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage() function
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr); in GetThreadLocalStorage()
/external/oj-libjdwp/src/share/back/
DthreadControl.c188 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadLocalStorage) in getThreadLocalStorage()