summaryrefslogtreecommitdiff
path: root/tests/Semaphore_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag: Fri Jul 28 10:34:01 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-281-1/+7
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-14/+14
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-5/+0
* changed Log_Priority of "not supported" messages to LM_INFOlevine1998-11-101-1/+2
* Cleaned up the "#if define"s to make it easier to read, and fixed somebrunsch1998-10-311-8/+7
* Removed the timed acquire stuff from the worker thread and the display atbrunsch1998-10-291-4/+15
* (test_timeout_count,test_timeout): put these in #ifndef STHREADS &&levine1998-10-271-46/+38
* Fixed so most of the test runs on STHREADS and POSIXSEM platforms.brunsch1998-10-261-18/+10
* added some ifdefs so that it builds cleanly with ACE_HAS_POSIX_SEMlevine1998-10-051-2/+11
* Removed special-case assertion for timeout on pthreads draft 4.Steve Huston1998-09-251-5/+0
* (test_timeout): a timed semaphore acquire fails on ACE_HAS_PTHREADS_DRAFT4levine1998-08-311-23/+28
* *** empty log message ***schmidt1998-08-271-29/+42
* Disabled trying this test if platform has POSIX semaphores.Steve Huston1998-07-171-5/+5
* Removed unused variable.Steve Huston1998-07-171-2/+0
* Added sanity checks for elapsed time on timeout, and for reset time whenSteve Huston1998-07-161-14/+50
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
* Made CE friendlynanbor1998-05-131-11/+11
* protected declarations of test_timeout_count and timeouts because they're not...levine1997-09-181-0/+2
* *** empty log message ***schmidt1997-09-181-9/+18
* *** empty log message ***irfan1997-09-141-3/+1
* *** empty log message ***schmidt1997-09-131-1/+1
* *** empty log message ***schmidt1997-08-301-1/+0
* *** empty log message ***schmidt1997-08-041-27/+38
* Added use of release (count)brunsch1997-08-041-2/+1
* Changed structure to test timed semaphores in another waybrunsch1997-08-041-116/+56
* *** empty log message ***schmidt1997-08-041-8/+8
* New test for Semaphoresbrunsch1997-07-291-0/+223