Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 01:57:53 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16895 for review
Message-ID:  <200209010857.g818vrMi037433@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16895

Change 16895 by mini@mini_stylus on 2002/09/01 01:57:00

	Don't spin.

Affected files ...

.. //depot/projects/kse/tools/KSE/uts/uts.c#5 edit

Differences ...

==== //depot/projects/kse/tools/KSE/uts/uts.c#5 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/kse/tools/KSE/uts/uts.c#4 $
+ * $P4: //depot/projects/kse/tools/KSE/uts/uts.c#5 $
  */
 
 #include <sys/types.h>
@@ -91,7 +91,7 @@
 	int i;
 
 	thread_start(aaaa);
-	thread_start(spin);
+	// thread_start(spin);
 	init_uts();
 	for (i = 0;1;i++) {
 		progress++;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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