Home | History | Annotate | Download | only in jdwp

Lines Matching full:posting

39 Event posting can happen from any thread.  The JDWP thread will not usually
50 This means that, after posting an event to the debugger, we need to wait
59 - If I'm going to suspend, grab the "I am posting an event" token. Wait
63 myself, release the "I am posting" token.
65 - When an event arrives, see if somebody is posting an event. If so,
66 sleep until we can acquire the "I am posting an event" token. Release
88 We need to change to VMWAIT state at the *start* of posting an event,
89 and stay there until we either finish posting the event or decide to
612 /* grab this before posting/suspending again */
929 ALOGW("Not posting thread change during invoke");
1041 ALOGV("Not posting exception hit during invoke (%s)",basket.className);
1135 ALOGV("Not posting class prep caused by invoke (%s)",basket.className);