htl: Keep thread signals blocked during its initialization
One may send signals immediately after creating a thread. We need to block them until the thread is ready to run signal handlers.
Loading
One may send signals immediately after creating a thread. We need to block them until the thread is ready to run signal handlers.