Search found 2 matches
- Sat Jan 17, 2015 3:15 pm
- Forum: Coding
- Topic: exitprocess or getactivethreads
- Replies: 2
- Views: 4101
Re: exitprocess or getactivethreads
Hi there, Thanks for the reply. Do the processes have a "parent" property? Which would make it possible to iterate through the processes and end all with parent x. If all else fails, I guess I will need to write some kind of thread management utility with a linkedlist of thread/process ids.
- Fri Jan 16, 2015 10:54 pm
- Forum: Coding
- Topic: exitprocess or getactivethreads
- Replies: 2
- Views: 4101
exitprocess or getactivethreads
Hello there,
Current I am using interruption -1 to end current thread, but I am searching for an option of ending all threads for active process. Is this already possible?
If not, is there a function to return a list of all threads for current process?
Current I am using interruption -1 to end current thread, but I am searching for an option of ending all threads for active process. Is this already possible?
If not, is there a function to return a list of all threads for current process?