]> git.mxchange.org Git - simgear.git/commit
iAdded new classes to simgear/threads. SGGuard is a wrapper around a
authorcurt <curt>
Mon, 16 Apr 2001 17:26:13 +0000 (17:26 +0000)
committercurt <curt>
Mon, 16 Apr 2001 17:26:13 +0000 (17:26 +0000)
commit4f3aaa1ede95eb5a83bd92242b36cf80f0210150
tree33139a5234d3fb365fab1388f0021d2e52424bbe
parent187258cc3a7c969206b603b2e75f4533f5b2c6e5
iAdded new classes to simgear/threads.  SGGuard is a wrapper around a
mutex that unlocks the mutex when the SGGuard object goes out of scope.
The SGxxxQueue<T> template family factor out the common behaviour we
need for passing data between threads.
configure.in
simgear/threads/Makefile.am
simgear/threads/SGGuard.hxx [new file with mode: 0644]
simgear/threads/SGQueue.hxx [new file with mode: 0644]