Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of Projects/GSoC/TestSuite/tasks


Ignore:
Timestamp:
08/17/12 06:39:09 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* Task Management */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestSuite/tasks

    v2 v3  
    33= Tasks Management =
    44= Task Management =
     5
     6create task
     7obtain task id
     8start task
     9restart task
     10suspend task
     11resume task
     12delay task
     13change task priority
     14change task mode
     15notepad locations
     16task deletion
     17monitor task
     18debug manager
    519= Interrupt Management =
    620= Process Management =