aboutsummaryrefslogtreecommitdiff
path: root/lib/std/thread.zig
AgeCommit message (Expand)Author
2020-02-29std.Thread.cpuCount on Windows uses the PEBAndrew Kelley
2020-02-29Handle one more errorLemonBoy
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2019-12-10Additional replacements of @typeOf with @TypeOfRobin Voetter
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-02Merge pull request #3715 from daurnimator/towards-afdAndrew Kelley
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-27std: add alertable argument for windows.WaitForSingleObjectdaurnimator
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley