Hyugjin Kwon wrote:
I experiments three task modelperiod : 100, avg execution time: 70period : 50, avg execution time: 10period : 10, avg execution time: 1 I modify the hello example code life follwoing:create 3 thread( thread 1: print 0, thread 2 : print 1, thead 3 : print 2 )each thread has thread_routine  But i Can't get the correct execution profile..I modify the rtl_sched file to profile the execution time.the modified scheduler prints time informations likestart time: xxxxxxxxpreempted time: xxxxxxxxexecution time: xxxxxxxx If i run the modified hello example, the system is down. How can i solve the problem....?plz....help.. 


This message definitely does not contain enough info to solve whatever problem you might have ...
Anyway ... it should not be a problem to start 3 threads .... without having to change the scheduler.

Vincent Nollet

Reply via email to