Andreas Kling
|
a116f08acb
|
LibThreading: Allow configuring thread stack size
Add set_stack_size() to Threading::Thread and use pthread_attr_t to
apply it in start().
|
2026-03-06 13:06:05 +01:00 |
|
Shannon Booth
|
ec19672031
|
LibThreading: Remove handling of null thread name for Thread
A Thread name should always be provided (and currently is).
|
2026-02-21 12:37:44 +01:00 |
|
Zaggy1024
|
3cb39baa44
|
LibThreading: Set system threads' names based on Thread::thread_name()
|
2026-01-26 15:51:46 -06:00 |
|
stasoid
|
85da489f39
|
LibThreading: Build on Windows
|
2024-12-08 17:19:42 -07:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|