ladybird/Libraries/LibThread
Andreas Kling eede6cfd06 LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
Other implementations of pthread_setname_np() do not take the name
length as an argument.

For pthread_getname_np(), other implementations take the buffer size
as a size_t.

This patch brings us in line with other implementations.
2020-01-11 12:54:30 +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
Lock.h AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Thread.cpp LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() 2020-01-11 12:54:30 +01:00
Thread.h LibThread: Allow setting thread name in constructor 2019-12-08 14:09:29 +01:00