| ... | ... | @@ -408,7 +408,7 @@ const PosixThreadImpl = struct { |
| 408 | 408 | os.EPERM => unreachable, |
| 409 | 409 | os.EINVAL => unreachable, |
| 410 | 410 | else => |err| return os.unexpectedErrno(err), |
| 411 | | }; |
| 411 | } |
| 412 | 412 | } |
| 413 | 413 | |
| 414 | 414 | fn getHandle(self: Impl) ThreadHandle { |
| ... | ... | @@ -580,7 +580,7 @@ const LinuxThreadImpl = struct { |
| 580 | 580 | os.EPERM => unreachable, |
| 581 | 581 | os.EUSERS => unreachable, |
| 582 | 582 | else => |err| return os.unexpectedErrno(err), |
| 583 | | }; |
| 583 | } |
| 584 | 584 | } |
| 585 | 585 | |
| 586 | 586 | fn getHandle(self: Impl) ThreadHandle { |