Uses of Class
org.allcolor.yahp.converter.CMutex

Packages that use CMutex
org.allcolor.yahp.cl.converter.utils   
org.allcolor.yahp.converter   
 

Uses of CMutex in org.allcolor.yahp.cl.converter.utils
 

Fields in org.allcolor.yahp.cl.converter.utils declared as CMutex
private static CMutex CPadawan.mutex
          use for thread safety access
 

Uses of CMutex in org.allcolor.yahp.converter
 

Fields in org.allcolor.yahp.converter declared as CMutex
private static CMutex CYaHPConverter.countMutex
          an handle to a mutex object for thread safety
private  CMutex CYaHPConverter.mutex
          an handle to a mutex object for thread safety
private  CMutex CThreadContext.mutex
          mutex for thread safety
 

Methods in org.allcolor.yahp.converter with parameters of type CMutex
static void CMutex.acquireMultiple(CMutex[] mutex)
          Acquires an array of mutex
static void CMutex.acquireMultiple(long timeout, CMutex[] mutex)
          Acquires an array of mutex
static void CMutex.releaseMultiple(CMutex[] mutex)
          Releases an array of mutex previously acquired