This website requires JavaScript.
Explore
Help
Sign In
eliott
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird
synced
2026-04-25 17:25:08 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a116f08acba19a19975df742a12ba5a9a1400484
ladybird
/
Libraries
/
LibThreading
History
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
..
BackgroundAction.cpp
Everywhere: Move the thread name parameter for Thread constructors
2026-01-26 15:51:46 -06:00
BackgroundAction.h
LibThreading: Simplify BackgroundAction callback invocation
2026-03-02 17:06:39 -06:00
CMakeLists.txt
CMake: Rename serenity_* helper functions/macros to ladybird_*
2025-07-03 23:19:41 +02:00
ConditionVariable.h
…
Forward.h
LibThreading: Remove WorkerThread
2026-01-26 15:51:46 -06:00
Mutex.h
LibThreading: Clean up pthread mutex attributes and mutex itself
2025-02-20 15:04:50 -07:00
MutexProtected.h
…
RWLock.h
…
RWLockProtected.h
…
Thread.cpp
LibThreading: Allow configuring thread stack size
2026-03-06 13:06:05 +01:00
Thread.h
LibThreading: Allow configuring thread stack size
2026-03-06 13:06:05 +01:00