[BACK]Return to kern_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/kern_lwp.c between version 1.196 and 1.197

version 1.196, 2019/03/01 09:02:03 version 1.197, 2019/04/19 01:52:55
Line 836  lwp_create(lwp_t *l1, proc_t *p2, vaddr_
Line 836  lwp_create(lwp_t *l1, proc_t *p2, vaddr_
         l2->l_flag = 0;          l2->l_flag = 0;
         l2->l_pflag = LP_MPSAFE;          l2->l_pflag = LP_MPSAFE;
         TAILQ_INIT(&l2->l_ld_locks);          TAILQ_INIT(&l2->l_ld_locks);
           l2->l_psrefs = 0;
   
         /*          /*
          * For vfork, borrow parent's lwpctl context if it exists.           * For vfork, borrow parent's lwpctl context if it exists.

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197

CVSweb <webmaster@jp.NetBSD.org>