[BACK]Return to thread.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / sample / thread

Diff for /prex-old/usr/sample/thread/thread.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:51 version 1.1.1.1.2.1, 2008/08/13 17:12:42
Line 133 
Line 133 
          * Raise this thread's priority.           * Raise this thread's priority.
          */           */
         err = thread_setprio(main_th, 100);          err = thread_setprio(main_th, 100);
   
         /*          /*
          * Run threads as normal priority thread.           * Run threads as normal priority thread.
          */           */
         thread_run(thread_A, stack[0]+1024);          thread_run(thread_A, stack[0]+1024);
         thread_run(thread_B, stack[1]+1024);          thread_run(thread_B, stack[1]+1024);
         thread_run(thread_C, stack[2]+1024);          thread_run(thread_C, stack[2]+1024);
   
         /*          /*
          * Lower this thread's priority.           * Lower this thread's priority.
          */           */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb