ladybird/Libraries/LibThread
Andrew Kaster 0b38a553b1 LibThread: Allow setting thread name in constructor
Thread now has an optional thread_name parameter to the consturctor
that will call pthread_setname_np if given.
2019-12-08 14:09:29 +01:00
..
BackgroundAction.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
BackgroundAction.h LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
install.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
Lock.h AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
Makefile LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00
Thread.cpp LibThread: Allow setting thread name in constructor 2019-12-08 14:09:29 +01:00
Thread.h LibThread: Allow setting thread name in constructor 2019-12-08 14:09:29 +01:00