ladybird/Libraries/LibPthread
Andreas Kling 615553be5f LibPthread: Implement simple thread-specific keys
This patch adds pthread_key_create() and pthread_{get,set}specific().
There's a maximum of 64 thread-specific keys for simplicity.

Key destructors are not invoked on thread exit.
2019-12-07 15:21:18 +01:00
..
install.sh LibPthread: Start working on a POSIX threading library 2019-11-13 21:49:24 +01:00
Makefile LibPthread: Start working on a POSIX threading library 2019-11-13 21:49:24 +01:00
pthread.cpp LibPthread: Implement simple thread-specific keys 2019-12-07 15:21:18 +01:00
pthread.h LibPthread: Implement condition variables 2019-12-07 14:52:27 +01:00