Harold Brenes
|
219b0fe535
|
Replace system:System.framework imports with system:System
This makes the linker work for both macOS and iOS targets
|
2025-07-13 15:45:21 -04:00 |
|
Karl Zylinski
|
093ade0504
|
Merge branch 'master' into file-tags-without-comments
|
2024-09-17 19:36:17 +02:00 |
|
Laytan Laats
|
0975820c48
|
fix wrong ulock timeout calculation, add version check for ios
|
2024-09-17 15:52:35 +02:00 |
|
pkova
|
6e0f1cc866
|
Pass microseconds instead of nanoseconds to __ulock_wait
|
2024-09-17 02:35:00 +03:00 |
|
Pyry Kovanen
|
4d6f7dcac0
|
Fix code alignment in futex_darwin.odin
Co-authored-by: Feoramund <161657516+Feoramund@users.noreply.github.com>
|
2024-09-17 02:21:00 +03:00 |
|
pkova
|
fff99c726e
|
Fix core sync test deadlock on darwin
|
2024-09-17 01:52:51 +03:00 |
|
Karl Zylinski
|
19f0127e55
|
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
2024-09-14 18:27:49 +02:00 |
|
Feoramund
|
0a594147af
|
Use contextless procs in core:sync instead
|
2024-09-10 14:52:20 -04:00 |
|
Laytan Laats
|
b35e72c82b
|
core/sync: fix wrong timeout calculation, time.Duration is ns already
|
2024-06-07 20:27:33 +02:00 |
|
Laytan Laats
|
9c455b2213
|
darwin: use new wait on address API if possible
|
2024-03-15 21:43:16 +01:00 |
|
gingerBill
|
9a16bc5fc5
|
Remove core:os dependency for base:runtime
|
2024-01-28 22:40:46 +00:00 |
|
gingerBill
|
20943a81c1
|
Make sync calls contextless where possible
|
2022-12-08 15:55:53 +00:00 |
|
Jeroen van Rijn
|
52475b1761
|
Use __ulock_wait macOS; fix #1959
|
2022-09-04 13:11:06 +02:00 |
|
gingerBill
|
223897d224
|
Fix typo
|
2022-05-18 12:30:44 +01:00 |
|
gingerBill
|
b2f5b73532
|
Rename package name to sync
|
2022-03-31 01:05:50 +01:00 |
|
gingerBill
|
4eb4ae6305
|
Replace sync with sync2
|
2022-03-30 17:42:44 +01:00 |
|