[BACK]Return to sys_lwp.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/sys_lwp.c between version 1.66 and 1.67

version 1.66, 2019/05/02 22:23:49 version 1.67, 2019/05/03 22:34:21
Line 90  mi_startlwp(void *arg)
Line 90  mi_startlwp(void *arg)
   
                 mutex_enter(p->p_lock);                  mutex_enter(p->p_lock);
                 p->p_lwp_created = l->l_lid;                  p->p_lwp_created = l->l_lid;
                 eventswitch(SIGTRAP, TRAP_LWP);                  eventswitch(TRAP_LWP);
                 // XXX ktrpoint(KTR_PSIG)  
                 mutex_exit(p->p_lock);  
         }          }
 }  }
   

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb <webmaster@jp.NetBSD.org>