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 use of `.no_copy`
gingerBill
2025-07-30
1
-1
/
+1
*
Fix typo
gingerBill
2025-07-30
1
-1
/
+1
*
Improve atomic logic for `sync.Wait_Group`
gingerBill
2025-07-30
1
-12
/
+6
*
Replace system:System.framework imports with system:System
Harold Brenes
2025-07-13
2
-2
/
+2
*
core/sync/chan: (unbuffered) ack reads
Jack Mordaunt
2025-06-13
1
-3
/
+11
*
core/sync/chan.send: return false if channel is closed while blocked
Jack Mordaunt
2025-06-12
1
-8
/
+15
*
core/sync/chan.try_send: avoid blocking if no reader is available
Jack Mordaunt
2025-06-12
1
-7
/
+8
*
core/sync/chan.select_raw: call try_select_raw with deprecation warning
Jack Mordaunt
2025-06-12
1
-0
/
+5
*
core/sync/chan.try_select_raw: fix doc comment typo
Jack Mordaunt
2025-06-12
1
-1
/
+1
*
core/sync/chan.try_select_raw: test hook for testing the toctou
Jack Mordaunt
2025-06-12
1
-0
/
+14
*
core/sync/chan.try_select_raw: skip nil input messages
Jack Mordaunt
2025-06-12
1
-1
/
+4
*
core/sync/chan.try_select_raw: clarify loop control flow
Jack Mordaunt
2025-06-12
1
-3
/
+4
*
core/sync.try_select_raw: fix TOCTOU
Jack Mordaunt
2025-06-12
1
-32
/
+34
*
core/sync.select_raw: rename to try_select_raw
Jack Mordaunt
2025-06-12
1
-5
/
+7
*
core/sync.select_raw: return a useful index
Jack Mordaunt
2025-06-12
1
-6
/
+22
*
Rewrite `Atomic_RW_Mutex`
Feoramund
2025-06-03
1
-18
/
+42
*
make once_do_without_data_contextless actually contextless
fusion32
2025-04-16
1
-2
/
+2
*
core:sync/chan: maintainance and package clarity
Robin Bergewski
2025-04-13
1
-133
/
+134
*
fix indent
Robin Bergewski
2025-04-13
1
-8
/
+8
*
fix missing imports
Robin Bergewski
2025-04-13
2
-0
/
+3
*
changes due to review
Robin Bergewski
2025-04-13
1
-1
/
+0
*
core:sync/chan: add package documentation
Robin Bergewski
2025-04-13
2
-0
/
+928
*
[sync]: Fix typos in comments and remove my note.
flysand7
2025-01-16
2
-5
/
+2
*
Haiku: fix futex bug
avanspector
2025-01-10
1
-3
/
+3
*
fix haiku
avanspector
2024-12-20
1
-28
/
+26
*
fix #4496 - allow unlock of unlocked mutex (making it consistent with windows...
Laytan Laats
2024-12-06
1
-1
/
+1
*
sync: fix no new values
Laytan Laats
2024-12-05
1
-3
/
+3
*
sync: fix require results
Laytan Laats
2024-12-05
1
-3
/
+3
*
sync: fix futexes on wasm
Laytan Laats
2024-12-05
1
-15
/
+5
*
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
10
-126
/
+121
|
\
|
*
fix wrong ulock timeout calculation, add version check for ios
Laytan Laats
2024-09-17
1
-1
/
+4
|
*
Pass microseconds instead of nanoseconds to __ulock_wait
pkova
2024-09-17
1
-1
/
+1
|
*
Fix code alignment in futex_darwin.odin
Pyry Kovanen
2024-09-17
1
-1
/
+1
|
*
Fix core sync test deadlock on darwin
pkova
2024-09-17
1
-2
/
+8
|
*
Remove unneeded synchronizations in `Chan`
Feoramund
2024-09-15
1
-43
/
+35
|
*
Fix comments
Feoramund
2024-09-11
2
-10
/
+10
|
*
Add `cpu_relax` to `sync.auto_reset_event_signal`
Feoramund
2024-09-11
1
-0
/
+1
|
*
Fix deadlock in `Auto_Reset_Event`
Feoramund
2024-09-11
1
-5
/
+4
|
*
Fix data races in `sync.Recursive_Benaphore`
Feoramund
2024-09-11
1
-15
/
+16
|
*
Fix `recursive_benaphore_try_lock`
Feoramund
2024-09-10
1
-4
/
+4
|
*
Fix `chan.can_send` for unbuffered channels
Feoramund
2024-09-10
1
-1
/
+1
|
*
Forbid `chan.try_send` on closed buffered channels
Feoramund
2024-09-10
1
-0
/
+4
|
*
Fix deadlock on sending to full, buffered, closed `Chan`
Feoramund
2024-09-10
1
-1
/
+6
|
*
Keep `chan.can_recv` from deadlocking
Feoramund
2024-09-10
1
-1
/
+1
|
*
Use `contextless` procs in `core:sync` instead
Feoramund
2024-09-10
9
-49
/
+33
|
*
Fix atomic memory order for `sync.ticket_mutex_unlock`
Feoramund
2024-09-09
1
-1
/
+1
|
*
Fix data race in `atomic_sema_wait_with_timeout`
Feoramund
2024-09-09
1
-1
/
+1
|
*
Fix `sync.Benaphore`
Feoramund
2024-09-09
1
-3
/
+3
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
17
-29
/
+29
|
/
*
fix #4219 - recursive mutex lock
Laytan Laats
2024-09-08
1
-1
/
+1
[next]