Jeroen van Rijn cc24d2de3e Merge pull request #3810 from Feoramund/freebsd-core-net 1 year ago
..
chan e296d6fb90 Fix loads of indentation issues with mixing spaces and tabs 1 year ago
atomic.odin 3aac4b1a3e [sync]: Document all procedures 1 year ago
doc.odin 3aac4b1a3e [sync]: Document all procedures 1 year ago
extended.odin 3aac4b1a3e [sync]: Document all procedures 1 year ago
futex_darwin.odin b35e72c82b core/sync: fix wrong timeout calculation, `time.Duration` is ns already 1 year ago
futex_freebsd.odin 10ce76fcc2 Fix FreeBSD futex implementation 1 year ago
futex_haiku.odin e60951a902 Begin converting `os.Errno` to be a `nil`-able type as a transition period 1 year ago
futex_linux.odin 4d65b1ab9c Implement new sys/unix package 1 year ago
futex_netbsd.odin 1128bd1d7f Use `syscall_bsd` on NetBSD 1 year ago
futex_openbsd.odin 03b7194c97 Remove `os` dependency for futex_openbsd.odin 2 years ago
futex_wasm.odin 25f1d0906d compiler: improve target features support 1 year ago
futex_windows.odin 90ac400ec5 stdcall -> system 1 year ago
primitives.odin 3aac4b1a3e [sync]: Document all procedures 1 year ago
primitives_atomic.odin e296d6fb90 Fix loads of indentation issues with mixing spaces and tabs 1 year ago
primitives_darwin.odin 9a16bc5fc5 Remove `core:os` dependency for `base:runtime` 1 year ago
primitives_freebsd.odin 9eb3da0474 Remove import cycle on FreeBSD 3 years ago
primitives_haiku.odin 3ebf5dcc0e fix haiku 1 year ago
primitives_internal.odin f438153b81 Change to use `ODIN_VALGRIND_SUPPORT` 2 years ago
primitives_linux.odin 4d65b1ab9c Implement new sys/unix package 1 year ago
primitives_netbsd.odin ed6667ebf2 Propper thread identification on NetBSD 1 year ago
primitives_openbsd.odin 2fda3cf988 Remove os dependency in primitives_openbsd.odin 2 years ago
primitives_wasm.odin f5d9ca64f9 Begin work on new pseudo-architecture: wasm64p32 2 years ago
primitives_windows.odin 20943a81c1 Make `sync` calls `contextless` where possible 2 years ago
sync_util.odin 7f1069cb0b Add Recursive_Mutex procedures to procedure groups 1 year ago