Module Name: src
Committed By: pooka
Date: Tue Mar 8 15:35:28 UTC 2011
Modified Files:
src/tests/lib/librumpclient: h_execthr.c
Log Message:
Enable the "send a lot of syscall requests before exec" code, since
it works now. (or at least works in my tests)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/librumpclient/h_execthr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/librumpclient/h_execthr.c
diff -u src/tests/lib/librumpclient/h_execthr.c:1.1 src/tests/lib/librumpclient/h_execthr.c:1.2
--- src/tests/lib/librumpclient/h_execthr.c:1.1 Tue Mar 8 12:40:25 2011
+++ src/tests/lib/librumpclient/h_execthr.c Tue Mar 8 15:35:28 2011
@@ -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];