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
*
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
*
Move around mutex guard
gingerBill
2024-09-08
1
-3
/
+2
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
1
-3
/
+3
*
Fix thread sanitizer errors surfaced by tests/core/io
pkova
2024-09-03
1
-1
/
+1
*
Merge pull request #3810 from Feoramund/freebsd-core-net
Jeroen van Rijn
2024-08-09
1
-24
/
+17
|
\
|
*
Fix FreeBSD futex implementation
Feoramund
2024-06-26
1
-24
/
+17
*
|
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-6
/
+5
*
|
[sync]: Document all procedures
flysand7
2024-07-30
4
-181
/
+1273
*
|
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
2
-2
/
+2
|
/
*
Merge pull request #3524 from Feoramund/freebsd-amd64-syscall-errno
gingerBill
2024-06-20
1
-7
/
+7
|
\
|
*
Use `syscall_bsd` on NetBSD
Feoramund
2024-06-12
1
-7
/
+7
*
|
Fix `core:sync/chan` for rand
gingerBill
2024-06-15
1
-4
/
+1
|
/
*
core/sync: fix wrong timeout calculation, `time.Duration` is ns already
Laytan Laats
2024-06-07
1
-1
/
+1
*
Propper thread identification on NetBSD
Andreas T Jonsson
2024-06-05
1
-2
/
+6
*
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-05-10
2
-14
/
+32
|
\
|
*
Merge pull request #3526 from laytan/target-features
gingerBill
2024-05-05
1
-13
/
+31
|
|
\
|
|
*
compiler: improve target features support
Laytan Laats
2024-05-02
1
-13
/
+31
|
*
|
sync: fix deadlock in one shot event
Laytan Laats
2024-05-02
1
-1
/
+1
|
|
/
*
|
Merged with master
Andreas T Jonsson
2024-05-02
1
-0
/
+2
|
\
|
|
*
Fix memory leak in `sync/chan`
Feoramund
2024-04-26
1
-0
/
+2
*
|
Should pass 0 as the rest of futex arguments
Andreas T Jonsson
2024-04-25
1
-4
/
+4
*
|
Switched to native futex on NetBSD
Andreas T Jonsson
2024-04-25
1
-137
/
+46
*
|
Make the linter happy
Andreas T Jonsson
2024-04-19
2
-2
/
+0
*
|
Initial commit of NetBSD port
Andreas T Jonsson
2024-04-16
2
-0
/
+175
|
/
*
Update "core:runtime" to "base:runtime"
Lucas Perlind
2024-04-07
1
-1
/
+1
*
darwin: use new wait on address API if possible
Laytan Laats
2024-03-15
1
-2
/
+62
[next]