summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Sat Jan 8 09:44:51 2000 Douglas C. Schmidt ↵schmidt2000-01-081-0/+1
| | | | <schmidt@tango.cs.wustl.edu>
* merged in pSOS changes from Motorolacdgill1999-12-281-0/+4
|
* ChangeLogTag:Wed Aug 4 15:56:51 1999 Douglas C. Schmidt ↵schmidt1999-08-041-5/+5
| | | | <schmidt@mambo.cs.wustl.edu>
* Made sure we don't the grp_id when activating the task if it was activated ↵nanbor1999-03-081-1/+1
| | | | previously.
* .schmidt1998-11-251-1/+3
|
* Fixed force_active logic.nanbor1998-10-151-9/+16
|
* *** empty log message ***schmidt1998-09-021-1/+7
|
* unify thread adapter use between ACE_OS and ACE_Thread_Managerlevine1998-07-241-2/+14
|
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
|
* *** empty log message ***schmidt1998-05-151-26/+23
|
* CE stuff.nanbor1998-03-161-0/+2
|
* *** empty log message ***schmidt1998-03-141-1/+2
|
* (activate): added optional thread_names array argumentlevine1998-02-191-11/+31
|
* (activate): for builds without threads only, added ACE_UNUSED_ARG of stack ↵levine1998-01-211-0/+2
| | | | and stack_size
* *** empty log message ***schmidt1998-01-191-2/+2
|
* *** empty log message ***schmidt1998-01-181-1/+1
|
* *** empty log message ***schmidt1998-01-181-1/+5
|
* *** empty log message ***schmidt1998-01-091-0/+4
|
* (activate): added ACE_UNUSED_ARG (thread_handles) for non-threaded caselevine1997-12-291-21/+20
|
* *** empty log message ***schmidt1997-10-241-1/+1
|
* *** empty log message ***schmidt1997-10-111-0/+13
|
* *** empty log message ***schmidt1997-10-071-1/+0
|
* *** empty log message ***schmidt1997-09-061-0/+3
|
* no longer need #include of ace/Object_Manager.hlevine1997-09-031-1/+0
|
* removed unused #include of Dynamic.hlevine1997-09-031-8/+0
|
* *** empty log message ***schmidt1997-09-031-0/+14
|
* *** empty log message ***schmidt1997-09-021-14/+0
|
* *** empty log message ***schmidt1997-09-021-177/+2
|
* (instance) only register for destruction with ACE_Object_Manager when ↵levine1997-08-311-4/+6
| | | | creating a new instances_.
* *** empty log message ***schmidt1997-08-291-12/+13
|
* (ACE_Task_Exit::instance) added call to ACE_Object_Manager::at_exit () to ↵levine1997-08-281-0/+26
| | | | clean up the singleton at program termination
* *** empty log message ***nw11997-08-281-2/+4
|
* *** empty log message ***schmidt1997-08-271-6/+6
|
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-311-16/+24
|
* *** empty log message ***irfan1997-07-261-3/+3
|
* *** empty log message ***irfan1997-05-121-5/+8
|
* *** empty log message ***schmidt1997-05-091-6/+20
|
* added ACE_TSS<ACE_Task_Exit> and ACE_TSS<ACE_Dynamic> template ↵levine1997-04-281-0/+14
| | | | specializations, if the platform has threads and TSS
* *** empty log message ***schmidt1997-04-161-4/+4
|
* removed ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATESlevine1997-04-071-8/+2
|
* changed remaining priority types to long and defaults to -1levine1997-03-281-1/+1
|
* fooschmidt1997-01-021-18/+0
|
* added comments that try to explain ACE_Task_Exitlevine1996-12-311-0/+22
|
* ACE_HAS_PTHREADS_XAVIER instead of LINUXlevine1996-12-301-4/+7
|
* fixed typo in commentlevine1996-12-301-1/+1
|
* without TSS, create the ACE_Task_Exit exit_hook on the stack instead of ↵levine1996-12-301-4/+24
| | | | globally, so that its destructor gets called
* fooschmidt1996-12-301-3/+4
|
* fooschmidt1996-12-171-1/+1
|
* jammerschmidt1996-12-081-0/+7
|
* yowschmidt1996-11-281-3/+3
|