index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
sync
/
primitives_atomic.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite `Atomic_RW_Mutex`
Feoramund
2025-06-03
1
-18
/
+42
*
fix #4496 - allow unlock of unlocked mutex (making it consistent with windows...
Laytan Laats
2024-12-06
1
-1
/
+1
*
Use `contextless` procs in `core:sync` instead
Feoramund
2024-09-10
1
-1
/
+1
*
Fix data race in `atomic_sema_wait_with_timeout`
Feoramund
2024-09-09
1
-1
/
+1
*
Fix thread sanitizer errors surfaced by tests/core/io
pkova
2024-09-03
1
-1
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-1
/
+1
*
Add `#no_copy` to sync primitives
gingerBill
2023-04-15
1
-5
/
+5
*
Make `sync` calls `contextless` where possible
gingerBill
2022-12-08
1
-26
/
+26
*
Correct explicit atomic orderings
gingerBill
2022-04-30
1
-4
/
+3
*
Remove `prev` from `Atomic_Cond`
gingerBill
2022-04-27
1
-7
/
+3
*
Simplify `Atomic_Sema` implementation
gingerBill
2022-04-26
1
-36
/
+31
*
Simplify Atomic_Cond implementation
gingerBill
2022-04-26
1
-92
/
+17
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
1
-8
/
+8
*
Rename package name to `sync`
gingerBill
2022-03-31
1
-1
/
+1
*
Enforce success failure pairings of `compare_exchange_*_explicit` at compile ...
gingerBill
2022-03-31
1
-1
/
+1
*
Update core to use new atomic intrinsics
gingerBill
2022-03-31
1
-8
/
+8
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-0
/
+455