Scheduling for asymmetric Arm systems
Scheduling for asymmetric Arm systems
Posted Dec 4, 2020 0:13 UTC (Fri) by NYKevin (subscriber, #129325)In reply to: Scheduling for asymmetric Arm systems by Cyberax
Parent article: Scheduling for asymmetric Arm systems
For other use cases, I'm not sure exactly what you had in mind. You can acquire a "file handle" (as you mentioned upthread) via pidfd_open, but I don't think there's a whole lot you can do with a pidfd that you can't do with the PID. But that's not really a problem with CLONE_STOPPED; it's a problem with the entire kernel API for not exposing more features for this sort of manipulation.