This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-24 06:35:00 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b6d9a0c32e64fd4ce4d3350fca9a671d5daac126
Odin
/
core
/
sync
T
History
Jeroen van Rijn
cc24d2de3e
Merge pull request
#3810
from Feoramund/freebsd-core-net
...
Port `core:net` to FreeBSD
2024-08-09 09:50:05 +02:00
..
chan
Fix loads of indentation issues with mixing spaces and tabs
2024-06-29 19:50:51 +01:00
atomic.odin
[sync]: Document all procedures
2024-07-30 19:13:35 +11:00
doc.odin
[sync]: Document all procedures
2024-07-30 19:13:35 +11:00
extended.odin
[sync]: Document all procedures
2024-07-30 19:13:35 +11:00
futex_darwin.odin
core/sync: fix wrong timeout calculation,
time.Duration
is ns already
2024-06-07 20:27:33 +02:00
futex_freebsd.odin
Fix FreeBSD futex implementation
2024-06-26 10:02:07 -04:00
futex_haiku.odin
Begin converting
os.Errno
to be a
nil
-able type as a transition period
2024-08-04 10:51:08 +01:00
futex_linux.odin
…
futex_netbsd.odin
Use
syscall_bsd
on NetBSD
2024-06-12 13:34:36 -04:00
futex_openbsd.odin
…
futex_wasm.odin
compiler: improve target features support
2024-05-02 00:59:52 +02:00
futex_windows.odin
…
primitives_atomic.odin
Fix loads of indentation issues with mixing spaces and tabs
2024-06-29 19:50:51 +01:00
primitives_darwin.odin
…
primitives_freebsd.odin
…
primitives_haiku.odin
…
primitives_internal.odin
…
primitives_linux.odin
…
primitives_netbsd.odin
Propper thread identification on NetBSD
2024-06-05 11:06:14 +02:00
primitives_openbsd.odin
…
primitives_wasm.odin
…
primitives_windows.odin
…
primitives.odin
[sync]: Document all procedures
2024-07-30 19:13:35 +11:00
sync_util.odin
…