How know we have an object's lock in JNI?
I have an object on which I want to call env->MonitorEnter, but only if we don't already have the lock. If it is locked, I want to find out if we have the lock and if so i want to call env->MonitorExit. How would I do this?
[237 byte] By [
6tr6tra] at [2007-10-3 10:08:53]
