Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/librumpclient Enable the "send a lot of syscall re...



details:   https://anonhg.NetBSD.org/src/rev/b179469127f7
branches:  trunk
changeset: 763024:b179469127f7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 08 15:35:28 2011 +0000

description:
Enable the "send a lot of syscall requests before exec" code, since
it works now.  (or at least works in my tests)

diffstat:

 tests/lib/librumpclient/h_execthr.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 0d5d52161aeb -r b179469127f7 tests/lib/librumpclient/h_execthr.c
--- a/tests/lib/librumpclient/h_execthr.c       Tue Mar 08 15:34:37 2011 +0000
+++ b/tests/lib/librumpclient/h_execthr.c       Tue Mar 08 15:35:28 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: h_execthr.c,v 1.1 2011/03/08 12:40:25 pooka Exp $      */
+/*     $NetBSD: h_execthr.c,v 1.2 2011/03/08 15:35:28 pooka Exp $      */
 
 /*
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -164,7 +164,6 @@
                usleep(10000);
        }
 
-#ifdef notyet
        /*
         * load up one more (big) set.  these won't start executing, though,
         * but we're interested in if they create blockage
@@ -173,7 +172,6 @@
                if (pthread_create(&pt, NULL,
                    wrk, (void *)(uintptr_t)p1[0]) != 0)
                        errx(1, "pthread_create 1 %d", i);
-#endif
 
        /* then, we exec! */
        execarg[0] = argv[0];



Home | Main Index | Thread Index | Old Index