Files
Odin/core/sys
Beau McCartney 67252ff415 make some types and procs match the c apis
procs:
| type          | old  | new (matching c api)|
| ---           | ---- | ------------------- |
| kern_return_t | u64  | c.int               |
| thread_t      | u64  | mach_port_t         |
| task_t        | u64  | mach_port_t         |
| semaphore_t   | u64  | mach_port_t         |

for mach_task_self(), return mach_port_t instead of task_t

for semaphore_signal_thread(), accept a thread_t instead of a thread_act_t
2024-10-08 12:12:21 -06:00
..
2021-02-26 14:46:38 +00:00
2024-09-17 22:22:19 +02:00
2024-10-03 15:25:51 +02:00
2022-05-12 14:33:03 +01:00
2024-09-26 07:13:00 +11:00