Add a thread monitor.
commit9b99cf94012cac8772a7a7a39554a9daecc53e19
authorTom Cort <tom.cort@state.vt.us>
Tue, 27 Nov 2007 04:54:41 +0000 (26 23:54 -0500)
committerTom Cort <tom.cort@state.vt.us>
Tue, 27 Nov 2007 04:54:41 +0000 (26 23:54 -0500)
tree9a09f65c4bddbfb9d30b40b271b0c7e09342dbcc
parent799eee692f02845c5849a8accaa1bbe333655814
Add a thread monitor.

This module contains functions to manipulate a thread counter in an atomic
way. It also includes a wait function to ensure that all threads exit
before the program exits.
monitor.c [new file with mode: 0644]
monitor.h [new file with mode: 0644]