mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 01:40:59 +00:00
This adds two new arguments to the thread_exit system call which let a thread unmap an arbitrary VM range on thread exit. LibPthread uses this functionality to unmap the thread stack. Fixes #7267. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| forward.cpp | ||
| pthread.cpp | ||
| pthread.h | ||
| pthread_once.cpp | ||
| semaphore.cpp | ||
| semaphore.h | ||