Commit Graph

6 Commits

Author SHA1 Message Date
auronandace 94b2f29beb tackle various clippy lints 2026-06-05 14:36:06 +01:00
Wildan M 6acf560ed0 Fix pthread init and null for C++ 2026-06-04 00:38:58 +07:00
auronandace ab3538e259 verify threads header includes 2026-05-21 11:51:35 +01:00
auronandace 14daa9b6d6 threads should include time header according to spec 2026-05-13 15:01:32 +01:00
auronandace fdfab223c5 fix threads header and gnu-binutils compilation 2026-05-13 14:56:46 +01:00
Connor-GH 774a9a658d implement threads.h
Most of the functions are wrappers around the pthread.h functions, but
we are not allowed to include pthread.h.
2026-05-10 19:44:34 -05:00