aboutsummaryrefslogtreecommitdiff
path: root/lib/std/thread.zig
AgeCommit message (Expand)Author
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