aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
diff options
context:
space:
mode:
authormochalins <117967760+mochalins@users.noreply.github.com>2024-07-09 11:25:19 +0900
committerJacob Young <jacobly0@users.noreply.github.com>2024-07-09 21:15:29 -0400
commitc8e00953623bd3f4a12c8654a83a1b6cac2b2b2f (patch)
tree162f9e336f76be637613f450c4ab0caadf99c2ec /lib/std/Thread.zig
parent6446596ba106f7ec528eab3ac64e8f3dba5dfd4f (diff)
downloadzig-c8e00953623bd3f4a12c8654a83a1b6cac2b2b2f.tar.gz
zig-c8e00953623bd3f4a12c8654a83a1b6cac2b2b2f.zip
test: Add `spawn` behavior test
Diffstat (limited to 'lib/std/Thread.zig')
-rw-r--r--lib/std/Thread.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/Thread.zig b/lib/std/Thread.zig
index 25261053ee..3c2c9251d0 100644
--- a/lib/std/Thread.zig
+++ b/lib/std/Thread.zig
@@ -1465,6 +1465,7 @@ test {
_ = Semaphore;
_ = Condition;
_ = RwLock;
+ _ = Pool;
}
fn testIncrementNotify(value: *usize, event: *ResetEvent) void {