[BACK]Return to scheduler.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump / librump / rumpkern

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

Diff for /src/sys/rump/librump/rumpkern/scheduler.c between version 1.48 and 1.49

version 1.48, 2019/12/16 22:47:55 version 1.49, 2020/01/08 17:38:42
Line 409  rump_unschedule()
Line 409  rump_unschedule()
                 /* release lwp0 */                  /* release lwp0 */
                 rump_unschedule_cpu(&lwp0);                  rump_unschedule_cpu(&lwp0);
                 lwp0.l_mutex = &unruntime_lock;                  lwp0.l_mutex = &unruntime_lock;
                 lwp0.l_pflag &= ~LP_RUNNING;                  lwp0.l_flag &= ~LW_RUNNING;
                 lwp0rele();                  lwp0rele();
                 rump_lwproc_curlwp_clear(&lwp0);                  rump_lwproc_curlwp_clear(&lwp0);
   

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb <webmaster@jp.NetBSD.org>