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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused imports
gingerBill
2022-04-30
4
-4
/
+0
*
Unify implementation for *nix platforms
gingerBill
2022-04-30
5
-221
/
+63
*
Add `sync.Parker`
gingerBill
2022-04-30
1
-0
/
+56
*
Remove the wait group based semaphore implementation
gingerBill
2022-04-30
3
-49
/
+24
*
Correct explicit atomic orderings
gingerBill
2022-04-30
1
-4
/
+3
*
Use Acquire semantics for the `futex_wait` load shortcut
gingerBill
2022-04-27
1
-2
/
+2
*
Remove `prev` from `Atomic_Cond`
gingerBill
2022-04-27
1
-7
/
+3
*
Merge branch 'master' into sync-cond-futex
gingerBill
2022-04-27
1
-4
/
+4
|
\
|
*
Unify default `Sema` and `Atomic_Sema` behaviour
gingerBill
2022-04-27
2
-73
/
+34
*
|
Implement `_Sema` with `Atomic_Sema`
gingerBill
2022-04-26
1
-38
/
+4
*
|
Simplify `Atomic_Sema` implementation
gingerBill
2022-04-26
1
-36
/
+31
*
|
Simplify Atomic_Cond implementation
gingerBill
2022-04-26
2
-94
/
+19
|
/
*
Add explicit memory ordering for the internal Sema implementation
gingerBill
2022-04-01
1
-5
/
+5
*
Fix `_Sema`
gingerBill
2022-04-01
3
-6
/
+6
*
Remove code deduplication
gingerBill
2022-03-31
1
-66
/
+7
*
Remove pthreads dependency
gingerBill
2022-03-31
5
-64
/
+112
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
4
-32
/
+32
*
Correct ordering in `auto_reset_event_signal`
gingerBill
2022-03-31
1
-2
/
+2
*
Rename package name to `sync`
gingerBill
2022-03-31
18
-18
/
+18
*
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
4
-97
/
+63
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
31
-2037
/
+76
*
Improve spin lock for atomic_mutex_lock
gingerBill
2022-03-30
1
-5
/
+4
*
freebsd_amd64 support
Sébastien Marie
2022-03-13
3
-7
/
+91
*
Remove tag
gingerBill
2022-03-12
1
-1
/
+1
*
initial OpenBSD support
Sébastien Marie
2022-02-25
6
-3
/
+126
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
2
-2
/
+2
*
Add `.Private` information to doc-format
gingerBill
2022-01-19
4
-67
/
+61
*
Print examples correctly
gingerBill
2022-01-19
2
-74
/
+70
*
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
3
-7
/
+5
*
Add comments to procedure groups
gingerBill
2021-10-13
2
-1
/
+19
*
Update sync_util.odin
gingerBill
2021-10-13
1
-0
/
+20
*
Fix typo
gingerBill
2021-10-12
1
-1
/
+1
*
Add utility procedure groups for sync primitives
gingerBill
2021-10-12
3
-17
/
+142
*
Add `wait_group_wait_with_timeout`; Allow `Sema` to be implemented as a `Wait...
gingerBill
2021-10-11
2
-48
/
+24
*
Clean up `_futex_wait_with_timeout` on Linux
gingerBill
2021-10-11
1
-10
/
+8
*
Separate `Sema` implementation from "header"; Allow for either `Futex` or `Mu...
gingerBill
2021-10-11
2
-42
/
+123
*
Rename `futex_wake` and `futex_wake_all` to `futex_signal` and `futex_broadcast`
gingerBill
2021-10-11
6
-15
/
+15
*
Add `sema_wait_with_timeout`
gingerBill
2021-10-11
1
-0
/
+26
*
Fix typo
gingerBill
2021-10-11
1
-6
/
+2
*
Use `WaitOnAddress` instead of `RtlWaitOnAddress`
gingerBill
2021-10-11
2
-18
/
+13
*
Change `futex_wait_with_timeout` to return a boolean rather than an `enum`
gingerBill
2021-10-11
5
-26
/
+22
*
Add `atomic_cond_wait_with_timeout`
gingerBill
2021-10-11
2
-3
/
+35
*
Add `cond_wait_with_timeout`
gingerBill
2021-10-11
6
-13
/
+60
*
Keep -vet happy
gingerBill
2021-10-09
5
-9
/
+0
*
Update `core:sync/sync2` to have a generic `Futex` interface, and implement t...
gingerBill
2021-10-09
11
-402
/
+486
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
6
-190
/
+190
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-86
/
+86
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-2
/
+2
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
12
-780
/
+780
[next]