index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
mutex.zig
Age
Commit message (
Expand
)
Author
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2020-01-30
Remove unnecessary allocator from mutex
Benjamin Feng
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-03
Merge pull request #3950 from nmichaels/master
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-22
ResetEvent: broadcast by default
kprotty
2019-12-21
Fix wording on deinit.
Nathan Michaels
2019-12-19
Document std.Mutex.
Nathan Michaels
2019-12-17
SpinLock: loopHint & yield distinction
kprotty
2019-12-17
Mutex: fix lock/spin bugs, improve perf slightly & more specialization
kprotty
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-26
replace ThreadParker with ResetEvent + WordLock mutex
kprotty
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-12
use enum with atomics in std lib
Vexu
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-11-07
pthread_sched_yield -> sched_yield
kprotty
2019-11-07
move SpinLock definitions around
kprotty
2019-11-05
Adaptive Mutex:
kprotty
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
add comments to disabled tests linking to the tracking issue
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-09-25
mv std/ lib/
Andrew Kelley