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
/
extended.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: fix deadlock in one shot event
Laytan Laats
2024-05-02
1
-1
/
+1
*
Add `sync.One_Shot_Event`
gingerBill
2024-02-21
1
-0
/
+24
*
Add `#no_copy` to sync primitives
gingerBill
2023-04-15
1
-8
/
+8
*
Change to use `ODIN_VALGRIND_SUPPORT`
gingerBill
2023-01-23
1
-2
/
+2
*
Add helgrind markers to package sync
gingerBill
2023-01-23
1
-0
/
+8
*
Add different variants for `once_do`
gingerBill
2022-12-08
1
-2
/
+59
*
Make `sync` calls `contextless` where possible
gingerBill
2022-12-08
1
-28
/
+28
*
Add `sync.Parker`
gingerBill
2022-04-30
1
-0
/
+56
*
Remove the wait group based semaphore implementation
gingerBill
2022-04-30
1
-10
/
+5
*
Fix `_Sema`
gingerBill
2022-04-01
1
-2
/
+2
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
1
-15
/
+15
*
Correct ordering in `auto_reset_event_signal`
gingerBill
2022-03-31
1
-2
/
+2
*
Rename package name to `sync`
gingerBill
2022-03-31
1
-1
/
+1
*
Update core to use new atomic intrinsics
gingerBill
2022-03-31
1
-15
/
+15
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-0
/
+304