Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLogTag: Wed Aug 25 15:55:05 1999 David L. Levine <levine@cs.wustl.edu> | levine | 1999-08-25 | 1 | -0/+10 |
| | |||||
* | reorganized to provide the ACE_Object_Manager_Base class | levine | 1998-08-31 | 1 | -8/+0 |
| | |||||
* | * ace/Signal.i: Changed to use new Object Manager member. | Chris Cleeland | 1997-11-13 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | * ace/Object_Manager.cpp: Added a new member to the Object Manager--default_mask. This is the default signal mask employed by ACE_Sig_Set. Moving the object into the OM saves cycles b/c we only construct it once and just re-use every time. * ace/Handle_Set.cpp: Added two new macros--ACE_DIV_BY_WORDSIZE and ACE_MULT_BY_WORDSIZE--which either divide or multiply the argument by ACE_Handle_Set::WORDSIZE. The manner in which this is accomplished is governed by the #define ACE_USE_SHIFT_FOR_EFFICIENCY--when defined, ACE tries to use shifts to implement multiplication and division rather than actual multiply and divide operations. Currently this is disabled. | ||||
* | added at_exit () interface for ACE_Cleanup objects | levine | 1997-09-07 | 1 | -3/+15 |
| | |||||
* | renamed cleanup () to at_exit () | levine | 1997-07-31 | 1 | -6/+4 |
| | |||||
* | changed ACE_hthread_t arg to int | levine | 1997-07-31 | 1 | -2/+2 |
| | |||||
* | revised interface, still in flux | levine | 1997-07-31 | 1 | -9/+10 |
| | |||||
* | *** empty log message *** | schmidt | 1997-07-29 | 1 | -6/+4 |
| | |||||
* | (delete_at_exit,delete_array_at_exit): made these (inline) static functions, ↵ | levine | 1997-07-29 | 1 | -0/+16 |
with return values. |