| author | |
| committer | |
| log | 7045f1e875eba3ec9cd5bd051aee059d34776bed |
| tree | 696b6f1a468b1621c81002e4a0a3419fe50b582d |
| parent | 4dbfc48ab3adee68ccb354b80f787a4d42a72c24 |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/parker.zig+3| ... | ... | @@ -340,6 +340,9 @@ const PosixParker = struct { |
| 340 | 340 | }; |
| 341 | 341 | |
| 342 | 342 | test "std.ThreadParker" { |
| 343 | if (builtin.single_threaded) | |
| 344 | return error.SkipZigTest; | |
| 345 | ||
| 343 | 346 | const Context = struct { |
| 344 | 347 | parker: ThreadParker, |
| 345 | 348 | data: u32, |