Home
last modified time | relevance | path

Searched refs:JVMTI_THREAD_MIN_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/art/test/931-agent-thread/
Dagent_thread.cc143 data.priority = JVMTI_THREAD_MIN_PRIORITY; in Java_art_Test931_testAgentThread()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc260 jvmti->RunAgentThread(thread.get(), AgentMain, nullptr, JVMTI_THREAD_MIN_PRIORITY); in CbVmInit()
/art/openjdkjvmti/
Dti_thread.cc810 if (priority < JVMTI_THREAD_MIN_PRIORITY || priority > JVMTI_THREAD_MAX_PRIORITY) { in RunAgentThread()
/art/openjdkjvmti/include/
Djvmti.h118 JVMTI_THREAD_MIN_PRIORITY = 1, enumerator