diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-03-15 16:59:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 16:59:05 -0700 |
| commit | ce4245f873c68cfcc431deb303383f25f6d50855 (patch) | |
| tree | be29f6d6d6bfa1c8fc7a8f20d61f19215a62554a /lib/std/Thread/RwLock.zig | |
| parent | cb419a1a8692cdbd612c6b63b65ba9a02e23c6c1 (diff) | |
| parent | d7cf25f5ca40e5cbcd739911e773769a62c2abe1 (diff) | |
| download | zig-ce4245f873c68cfcc431deb303383f25f6d50855.tar.gz zig-ce4245f873c68cfcc431deb303383f25f6d50855.zip | |
Merge pull request #19312 from mikdusan/bsd-debitrot
bsd: debitrot
Diffstat (limited to 'lib/std/Thread/RwLock.zig')
| -rw-r--r-- | lib/std/Thread/RwLock.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Thread/RwLock.zig b/lib/std/Thread/RwLock.zig index 2152c0756c..c4a8755907 100644 --- a/lib/std/Thread/RwLock.zig +++ b/lib/std/Thread/RwLock.zig @@ -375,5 +375,5 @@ test "concurrent access" { try testing.expectEqual(num_writes, runner.writes); - //std.debug.print("reads={}\n", .{ runner.reads.load(.Unordered)}); + //std.debug.print("reads={}\n", .{ runner.reads.load(.unordered)}); } |
