This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2025-12-29 09:24:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
99944f3b02dd8aef610bdc19e31a790939e29cdd
Odin
/
core
/
sync
History
gingerBill
59a0bbb385
Improve termination rules checking for missing
return
; Make diverging procedure
-> !
be terminators
2020-06-06 15:16:24 +01:00
..
atomic.odin
Improve termination rules checking for missing
return
; Make diverging procedure
-> !
be terminators
2020-06-06 15:16:24 +01:00
sync_darwin.odin
replaced pthread_yield with ssched_yield, fixed semaphore post:q
2020-01-02 16:25:48 -05:00
sync_linux.odin
replaced pthread_yield with ssched_yield, fixed semaphore post:q
2020-01-02 16:25:48 -05:00
sync_unix.odin
Implement core:thread and core:sync on Unix using pthreads
2019-12-01 00:46:23 +00:00
sync_windows.odin
Add
thread.Pool
with example in demo.odin; Update linalg to support handness changes for projection matrices
2020-01-02 15:07:12 +00:00
sync.odin
Merge branch 'master' into fix-sync-badopt
2020-04-22 06:12:41 +01:00