aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mutex.zig
AgeCommit message (Expand)Author
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-30Remove unnecessary allocator from mutexBenjamin Feng
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-03Merge pull request #3950 from nmichaels/masterAndrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-22ResetEvent: broadcast by defaultkprotty
2019-12-21Fix wording on deinit.Nathan Michaels
2019-12-19Document std.Mutex.Nathan Michaels
2019-12-17SpinLock: loopHint & yield distinctionkprotty
2019-12-17Mutex: fix lock/spin bugs, improve perf slightly & more specializationkprotty
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-26replace ThreadParker with ResetEvent + WordLock mutexkprotty
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-12use enum with atomics in std libVexu
2019-11-08fixups and zig fmtAndrew Kelley
2019-11-07pthread_sched_yield -> sched_yieldkprotty
2019-11-07move SpinLock definitions aroundkprotty
2019-11-05Adaptive Mutex:kprotty
2019-10-31DragonFlyBSD tidyupTse
2019-10-30add comments to disabled tests linking to the tracking issueAndrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-09-25mv std/ lib/Andrew Kelley