Closed Ty-Chen closed 3 years ago
Hi, I'm confused what's the differnece between sched_process_free and sched_process_exit. And when I want to listen to a process to ensure that it is fully "terminated" and removed from memory, which is the best choice?
I've solved it by myself. I read the source code and know the difference now.
Could you explain here? That would help others to learn the difference, thanks!
邮件发到~~
Hi, I'm confused what's the differnece between sched_process_free and sched_process_exit. And when I want to listen to a process to ensure that it is fully "terminated" and removed from memory, which is the best choice?