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

/openjdk7/jdk/src/share/back/
H A DthreadControl.h48 jvmtiError threadControl_suspendThread(jthread thread, jboolean deferred);
H A DeventHelper.c493 (void)threadControl_suspendThread(thread, JNI_FALSE);
574 (void)threadControl_suspendThread(command->thread, JNI_FALSE);
599 (void)threadControl_suspendThread(command->thread, JNI_TRUE);
H A DThreadReferenceImpl.c91 error = threadControl_suspendThread(thread, JNI_FALSE);
H A Dinvoker.c706 (void)threadControl_suspendThread(thread, JNI_FALSE);
H A DstepControl.c811 error = threadControl_suspendThread(thread, JNI_FALSE);
H A DthreadControl.c1374 * not, check the auxiliary list used by threadControl_suspendThread.
1391 threadControl_suspendThread(jthread thread, jboolean deferred) function
1398 log_debugee_location("threadControl_suspendThread()", thread, NULL, 0);

Completed in 42 milliseconds