mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Add high performance threaded webserver example
This commit is contained in:
parent
80b211e314
commit
178a6da4b9
2 changed files with 284 additions and 4 deletions
|
@ -110,10 +110,6 @@ TEST(rand64, testThreadSafety_doesntProduceIdenticalValues) {
|
|||
EXPECT_NE(A[i], A[j], "i=%d j=%d", i, j);
|
||||
}
|
||||
}
|
||||
for (i = 0; i < THREADS; ++i) {
|
||||
tkill(tid[i], SIGKILL);
|
||||
errno = 0;
|
||||
}
|
||||
for (i = 0; i < THREADS; ++i) {
|
||||
EXPECT_SYS(0, 0, munmap(stacks[i], GetStackSize()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue