PERFORCE change 75296 for review

David Xu davidxu at FreeBSD.org
Fri Apr 15 16:16:08 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=75296

Change 75296 by davidxu at davidxu_tiger on 2005/04/15 23:16:02

	Clear process scope group.

Affected files ...

.. //depot/projects/davidxu_thread/src/sys/kern/kern_thread.c#9 edit

Differences ...

==== //depot/projects/davidxu_thread/src/sys/kern/kern_thread.c#9 (text+ko) ====

@@ -992,6 +992,7 @@
 	p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY);
 	mtx_lock_spin(&sched_lock);
 	p->p_singlethread = NULL;
+	p->p_procscopegrp = NULL;
 	/*
 	 * If there are other threads they mey now run,
 	 * unless of course there is a blanket 'stop order'


More information about the p4-projects mailing list