Home
last modified time | relevance | path

Searched refs:can_suspend (Results 1 – 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
Dart_jvmti.h216 .can_suspend = 0,
DOpenjdkJvmTi.cc146 ENSURE_HAS_CAP(env, can_suspend); in SuspendThread()
155 ENSURE_HAS_CAP(env, can_suspend); in SuspendThreadList()
161 ENSURE_HAS_CAP(env, can_suspend); in ResumeThread()
170 ENSURE_HAS_CAP(env, can_suspend); in ResumeThreadList()
1330 ADD_CAPABILITY(can_suspend); in AddCapabilities()
1394 DEL_CAPABILITY(can_suspend); in RelinquishCapabilities()
/art/runtime/openjdkjvmti/include/
Djvmti.h685 unsigned int can_suspend : 1; member