If I have a process that creates multiple threads, and those threads create semaphores, if I delete the parent process without deleting the objects created in the child threads, are all of those objects deleted, or are they orphaned?
I know it's OS- dependent, but just in general?