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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java172 // stopLock is a synchronization lock used to ensure that the stop()
186 // 3. stop() interrupts this consumer and grabs the stopLock, then
187 // waits on the stopLock for this consumer to stop (i.e. for the
189 // 4. The interrupted worker thread grabs the stopLock when it
190 // finishes so it can notify waiters on the stopLock (in this
193 // stopLock), is used in case the interrupted worker thread
194 // finishes and grabs the stopLock before the stop() method does.
200 // notifies listeners while it holds the stopLock and before it
201 // notifies waiters on the stopLock. This is to ensure that
207 // 6. The worker thread notifies waiters on the stopLock befor
210 private Object stopLock; field in class:LocalConsumer
[all...]

Completed in 62 milliseconds