|
|
Subscribe / Log in / New account

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.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds