add a phtread implementation of semaphores for general runtime use
authorjjenista <jjenista>
Wed, 17 Jun 2009 18:32:07 +0000 (18:32 +0000)
committerjjenista <jjenista>
Wed, 17 Jun 2009 18:32:07 +0000 (18:32 +0000)
commit717e98a75dab152045b797496185d089a27366d7
tree2b027e614773dc0a6eee891306fbffaf6cd2b9c2
parentd55999cd59fecab09df184cc531f1d3c7ed23f8a
add a phtread implementation of semaphores for general runtime use
Robust/src/Runtime/mlp_runtime.c
Robust/src/Runtime/mlp_runtime.h
Robust/src/Runtime/psemaphore.c [new file with mode: 0644]
Robust/src/Runtime/psemaphore.h [new file with mode: 0644]
Robust/src/Tests/mlp/tinyTest/test.java