summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* (cleanup, worker): with ACE_HAS_PTHREADS_DRAFT4, delete the tss instances in ↵levine1998-09-011-3/+10
| | | | cleanup instead of worker
* *** empty log message ***levine1998-09-011-2/+7
|
* (cleanup): with DRAFT4 threads, don't do anything in the cleanup function.levine1998-09-011-10/+18
|
* *** empty log message ***schmidt1998-08-312-1/+9
|
* (test_timeout): a timed semaphore acquire fails on ACE_HAS_PTHREADS_DRAFT4levine1998-08-311-23/+28
| | | | with EINTR instead of ETIME if it times out.
* added ACE_HAS_OLD_GNUGlevine1998-08-301-3/+2
|
* commented out Dynamic_Priority_Testlevine1998-08-301-3/+4
|
* (host_is_up): broke out code into this new function. If the connection ↵levine1998-08-281-23/+31
| | | | attempt succeeds, the host is up.
* *** empty log message ***schmidt1998-08-271-29/+42
|
* *** empty log message ***schmidt1998-08-261-1/+1
|
* (create_reactor): wrapped block in "if" statement with {} to prevent syntaxlevine1998-08-261-0/+2
| | | | error.
* *** empty log message ***schmidt1998-08-264-98/+158
|
* *** empty log message ***alex1998-08-251-2/+2
|
* Fixed the VxWorks warnings.alex1998-08-251-7/+4
|
* (main): removed trailing ".cpp" from log file name.levine1998-08-251-2/+2
|
* Fixed the SunCC errors about missing function prototypes. Also put thealex1998-08-251-0/+37
| | | | various <sysconf> routines under "#if defined <SYMBOL>" statements.
* removed explicity ACE_Auto_Basic_Array_Ptr <ASYS_TCHAR> instantiationlevine1998-08-251-2/+0
| | | | because it is now in ace/Memory_Pools.cpp
* *** empty log message ***nanbor1998-08-252-30/+35
|
* *** empty log message ***schmidt1998-08-251-9/+0
|
* *** empty log message ***schmidt1998-08-241-4/+5
|
* *** empty log message ***schmidt1998-08-241-34/+46
|
* run Message_Queue_Notifications_Test instead oflevine1998-08-241-1/+1
| | | | Message_Queue_Notifications_Test.cpp
* ChangeLogTag:Sun Aug 23 11:12:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-08-232-2/+2
|
* *** empty log message ***schmidt1998-08-221-4/+8
|
* *** empty log message ***schmidt1998-08-221-31/+65
|
* *** empty log message ***schmidt1998-08-223-722/+0
|
* *** empty log message ***schmidt1998-08-2214-51/+773
|
* (connector): removed leading \n in printout at end of thread executionlevine1998-08-221-1/+1
|
* (main): removed unused local variables thr_handle_acceptor andlevine1998-08-221-2/+0
| | | | thr_handle_connector.
* *** empty log message ***schmidt1998-08-224-49/+113
|
* (find_another_host): check to see if the other host is up, by attempting a ↵levine1998-08-191-25/+57
| | | | blocking connection with it
* Can't use ACE_Thread::* anymorenanbor1998-08-191-20/+10
|
* (do_sysconf): on VxWorks, don't call ACE_OS::sysconf () because it's not ↵levine1998-08-181-48/+51
| | | | supported
* Added Dynamic_Priority_Test into the workspacenanbor1998-08-182-5/+294
|
* Changed argv and envp in main to type ASYS_TCHAR*[].nanbor1998-08-171-2/+2
|
* CE's errno doesn't seem to get updated properly.nanbor1998-08-171-0/+2
|
* (run_performance_test): added delete of time_offsets array.levine1998-08-171-7/+9
|
* Changed <sysconf>'s to ACE_OS::sysconf's.alex1998-08-141-7/+7
|
* (producer): removed unused local "result"levine1998-08-141-4/+3
|
* (~Process_Strategy): added an explicit destructor.levine1998-08-142-3/+12
|
* disabled ACE_Hash_Addr template specialization on non-egcs g++levine1998-08-141-4/+8
|
* reverted HPUX 11 changelevine1998-08-141-7/+1
|
* bail out on HPUX 11 if not running as rootlevine1998-08-131-1/+7
|
* Added explicit template instantiation.nanbor1998-08-131-21/+26
|
* Merged in MsgQueue_Water_Mark_Testnanbor1998-08-121-3/+168
|
* Removed. (Merged with MsgQueue_Notifications_Testnanbor1998-08-122-415/+0
|
* Since this test doesn't require threads at all, I removed the #ifdef macro.nanbor1998-08-121-4/+0
|
* Moved the code to redirect Log_Msg output back to stderr into the destructor.nanbor1998-08-121-3/+3
|
* added ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex> templatelevine1998-08-121-2/+10
| | | | instantiation.
* Re-enabled ACE_Test_Output fix for Win32, non-WinCESteve Huston1998-08-111-12/+14
| | | | | Changed ACE_Test_Output from a static to a ACE_Singleton to be sure it gets cleaned up properly in all cases.