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
*
Add Recursive_Mutex procedures to procedure groups
gingerBill
2024-03-01
1
-0
/
+4
*
Minor changes to sync/chan (HIGHLY EXPERIMENTAL)
gingerBill
2024-02-22
1
-34
/
+122
*
Basic concept of `core:sync/chan`
gingerBill
2024-02-21
1
-0
/
+401
*
Add `sync.One_Shot_Event`
gingerBill
2024-02-21
1
-0
/
+24
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
2
-2
/
+2
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
4
-4
/
+4
*
stdcall -> system
gingerBill
2024-01-17
1
-3
/
+3
*
Implement new sys/unix package
flysand7
2023-10-27
2
-69
/
+34
*
add wait group to wait proc group
Laytan Laats
2023-08-11
1
-0
/
+2
*
Fixup link format
Zac Nowicki
2023-07-11
1
-1
/
+1
*
Improve Mutex struct documentation
Zac Nowicki
2023-07-09
1
-3
/
+14
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
2
-5
/
+15
|
\
|
*
Remove os dependency in primitives_openbsd.odin
gingerBill
2023-05-25
1
-2
/
+8
|
*
Remove `os` dependency for futex_openbsd.odin
gingerBill
2023-05-25
1
-3
/
+7
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
2
-2
/
+2
|
/
*
Add `#no_copy` to sync primitives
gingerBill
2023-04-15
3
-18
/
+18
*
cleanup of os/linux
Colin Davidson
2023-02-28
1
-1
/
+1
*
Change to use `ODIN_VALGRIND_SUPPORT`
gingerBill
2023-01-23
2
-18
/
+18
*
Add helgrind markers to package sync
gingerBill
2023-01-23
2
-0
/
+67
*
Add different variants for `once_do`
gingerBill
2022-12-08
1
-2
/
+59
*
Make `sync` calls `contextless` where possible
gingerBill
2022-12-08
11
-155
/
+171
*
Use __ulock_wait macOS; fix #1959
Jeroen van Rijn
2022-09-04
1
-3
/
+4
*
Fix `RtlWaitOnAddress` behaviour with `SetLastError(RtlNtStatusToDosError(sta...
gingerBill
2022-08-17
1
-2
/
+24
*
Remove import cycle on FreeBSD
gingerBill
2022-07-18
2
-14
/
+16
*
Begin to add support for experimental wasm64
gingerBill
2022-05-21
2
-2
/
+2
*
Begin work on Atomics for wasm32 (wait and notify intrinsics)
gingerBill
2022-05-21
2
-0
/
+44
*
Fix typo
gingerBill
2022-05-18
1
-1
/
+1
*
Use `RtlWaitOnAddress` to allow for a `i64` sized duration rather than `u32`
gingerBill
2022-05-17
1
-9
/
+9
*
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
[next]