1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:17:44 +00:00
serenity/Libraries
Andreas Kling 161cb89e87 LibC: Make gettid() cache the thread ID in thread-local-storage
This makes gettid() very cheap, compared to the cost of having to do
a syscall every time.
2019-09-14 11:37:58 +02:00
..
LibAudio AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibC LibC: Make gettid() cache the thread ID in thread-local-storage 2019-09-14 11:37:58 +02:00
LibCore Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response 2019-09-11 21:19:23 +02:00
LibDraw GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixels 2019-09-14 11:20:07 +02:00
LibGUI WindowServer+LibGUI: Store a "data type" with the clipboard content 2019-09-14 09:19:05 +02:00
LibHTML AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibThread LibThread: Add missing install.sh script 2019-09-01 16:59:12 +02:00
LibVT AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00