/[rtmk]/rtmk/thread.c
ViewVC logotype

Diff of /rtmk/thread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jrydberg, Tue Dec 11 02:08:15 2001 UTC revision 1.4 by jrydberg, Wed Dec 12 02:54:03 2001 UTC
# Line 139  thread_create (struct task *task, struct Line 139  thread_create (struct task *task, struct
139    timer_initialize (&thread->timer_user);    timer_initialize (&thread->timer_user);
140    timer_initialize (&thread->timer_system);    timer_initialize (&thread->timer_system);
141    
142  #if 0    THREAD_INITIALIZE_PCB (thread);
   THREAD_INIT (thread);  
 #endif  
143    
144    *threadp = thread;    *threadp = thread;
145    return KERN_SUCCESS;    return KERN_SUCCESS;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26