Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2005 00:40:29 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68513 for review
Message-ID:  <200501080040.j080eT8p078780@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=68513

Change 68513 by davidxu@davidxu_tiger on 2005/01/08 00:39:42

	remove some code left over.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_fork.c#8 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_fork.c#8 (text+ko) ====

@@ -137,8 +137,6 @@
 		inprogress = 0;
 
 		curthread->cancelflags &= ~THR_CANCEL_NEEDED;
-		curthread->critical_count = 0;
-		curthread->locklevel = 0;
 
 		thr_self(&curthread->tid);
 
@@ -151,8 +149,6 @@
 		_thr_spinlock_init();
 		_mutex_fork(curthread);
 
-		curthread->priority_mutex_count = 0;
-
 		/* reinit library. */
 		_libpthread_init(curthread);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501080040.j080eT8p078780>