Contains first sketch of waiting queue logic. The WaitingQueue struct will be removed...
authorstephey <stephey>
Thu, 2 Sep 2010 06:41:30 +0000 (06:41 +0000)
committerstephey <stephey>
Thu, 2 Sep 2010 06:41:30 +0000 (06:41 +0000)
commit29e3f8c3f4f34e035d0b688dacab96193539811a
tree1aee280d357b9da849db7faec4e3c5443c99919d
parent1e27948f001b8f227a7cf4aeec4772caf1b3eaa5
Contains first sketch of waiting queue logic. The WaitingQueue struct will be removed in the future and the array be integrated into the Hashtable.
Robust/src/Runtime/oooJava/WaitingQueue.c [new file with mode: 0644]
Robust/src/Runtime/oooJava/WaitingQueue.h [new file with mode: 0644]