Uses of Interface
org.wegra.thread.Condition

Packages that use Condition
org.wegra.thread   
 

Uses of Condition in org.wegra.thread
 

Classes in org.wegra.thread that implement Condition
 class ConditionVariable
          ÀÌ Å¬·¡½º´Â "Á¶°Ç º¯¼ö"¸¦ °£´ÜÇÏ°Ô ±¸ÇöÇØ ³õÀº Ŭ·¡½ºÀÌ´Ù.
 

Methods in org.wegra.thread with parameters of type Condition
 void SpinLock.acquire(Condition condition, long timeout)
          ÇöÀç ½ºÇɶô¿¡ SpinLock.release() ¸Þ½ÃÁö°¡ ÀüÇØÁú ¶§±îÁö ºí·ÏÅ· µÈ´Ù.