- #1
ksatria
- 16
- 0
Let's use this thread to discuss about Real-Time Operating System.
In order to be focus, let's discuss start from answering the problem in "Real-Time Embedded Multithreading using ThreadX".
1. What is the usage of thread's stack? (what information pushed to that)
2. What is the primary danger of specifying a thread stack size that is too small? How if too large?
3. Under what circumstances would a thread status be changed from executing to ready? From ready to suspended? From suspended to ready? From completed to ready?
Thanks! Let's start...
In order to be focus, let's discuss start from answering the problem in "Real-Time Embedded Multithreading using ThreadX".
1. What is the usage of thread's stack? (what information pushed to that)
2. What is the primary danger of specifying a thread stack size that is too small? How if too large?
3. Under what circumstances would a thread status be changed from executing to ready? From ready to suspended? From suspended to ready? From completed to ready?
Thanks! Let's start...