Bananymous
|
4a95343936
|
LibC: Make _get_uthread a macro
This allows nice inlining :)
|
2025-08-05 03:09:24 +03:00 |
Bananymous
|
c957f1ddca
|
LibC: Cleanup pthread code and add some pthread_attr functions
errno, pthread cleanup and pthread id are now stored in uthread. This
allows using these without TLS
|
2025-06-01 13:48:03 +03:00 |
Bananymous
|
ac90800c3c
|
Kernel/LibC/DynamicLoader: Implement thread local storage
For some reason this does not work on 32 bit version, so it is disabled
on that platform. I'll have to look into it later to find the bug :)
|
2025-04-15 23:33:39 +03:00 |
Bananymous
|
0bb44d7b75
|
LibC: Fix errno to work with shared libraries
|
2024-09-04 21:16:04 +03:00 |