saffron.runtime
Class Semaphore

java.lang.Object
  |
  +--saffron.runtime.Semaphore

class Semaphore
extends Object


Field Summary
(package private)  int count
           
 
Constructor Summary
(package private) Semaphore(int count)
           
 
Method Summary
(package private)  void enter()
           
(package private)  void leave()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

int count
Constructor Detail

Semaphore

Semaphore(int count)
Method Detail

enter

void enter()

leave

void leave()

SourceForge.net_Logo