Home | History | Annotate | Download | only in jdwp

Lines Matching full:token

59    - If I'm going to suspend, grab the "I am posting an event" token.  Wait
63 myself, release the "I am posting" token.
66 sleep until we can acquire the "I am posting an event" token. Release
75 - thread A gets the event token, thread B sits and waits for it
77 for the token and can't be suspended
81 If we just bracket the "grab event token" call with a change to VMWAIT
82 before sleeping, the switch back to RUNNING state when we get the token
84 still in force, even after it releases the token). Suspending while
85 holding the event token is very bad, because it prevents the JDWP thread
674 LOGV("event token grabbed (0x%llx)\n", threadId);
694 LOGV("cleared event token (0x%llx)\n", state->eventThreadId);
1004 * Skips the usual "event token" stuff.
1259 * the fun event token gymnastics.