aboutsummaryrefslogtreecommitdiff
path: root/lib/std/thread.zig
AgeCommit message (Expand)Author
2020-11-10openbsd: proper implementation for Thread.cpuCount()Sébastien Marie
2020-09-03update uses of deprecated type field accessVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-05-05Update ErrorUnion thread spawn result to return null instead of 0Haze Booth
2020-04-25std: fix posix Thread.spawn to accept all startFn typesAndrius Mitkus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-28std: Minor changes to TLS handlingLemonBoy
2020-03-25Revert "Merge pull request #4807 from LemonBoy/tls-touchups"Andrew Kelley
2020-03-25Merge pull request #4807 from LemonBoy/tls-touchupsAndrew Kelley
2020-03-25Use const instead of varLemonBoy
2020-03-25std: Minor changes to TLS handlingLemonBoy
2020-03-23std: Tell pthread the guard page size is zeroLemonBoy
2020-03-23std: Fix parameters for pthread_attr_setstackLemonBoy
2020-03-23std: Different thread stack allocation for NetBSDLemonBoy
2020-03-18std: More type checks for Thread startFn return typeLemonBoy
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