Home
last modified time | relevance | path

Searched refs:_aSemaphore (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/qadevOOo/runner/convwatch/
H A DSimpleFileSemaphore.java75 public void P(File _aSemaphore) in P() argument
83 if ( _aSemaphore.exists() ) in P()
92 if ( _aSemaphore.exists() ) in P()
107 RandomAccessFile aWriter = new RandomAccessFile(_aSemaphore, "rw"); in P()
124 public void V(File _aSemaphore) in V() argument
127 if ( _aSemaphore.exists() ) in V()
129 _aSemaphore.delete(); in V()

Completed in 17 milliseconds