0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

basic task, State machine diagram by plantuml

Last updated at Posted at 2025-06-18

OSEK VDX OS

Figure 4-3 Basic task state model

basictask.png

basic task
@startuml
[*] --> Ready
[*] --> Suspended
[*] --> Running
Running --> [*]
Ready --> [*]
Suspended --> [*]
Ready : ready queue.
Running : Program Counter
Suspended : on the memory

Ready -[#blue,bold]-> Running
Running -[#blue,bold]-> Ready
Running -[#blue,bold]-> Suspended

Suspended -[#blue,bold]-> Ready

@enduml
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?