User-space interrupts
User-space interrupts
Posted Oct 1, 2021 16:30 UTC (Fri) by nybble41 (subscriber, #55106)In reply to: User-space interrupts by mathstuf
Parent article: User-space interrupts
Another thread in the same process can already change memory (and mappings) while the first thread is in a system call, either because a reschedule occurred during the system call or because the other thread is running on a different CPU. A signal handler doesn't seem like it would change anything in that regard.