Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!clarkson!BETASVM2.vnet.ibm.com!KWB Message-Id: <9105201540.AA28898@grape.ecs.clarkson.edu> Date: Mon, 20 May 91 11:56:00 EDT From: "Ken Borgendale" Subject: Recovering a Dead Thread's Stack Newsgroups: comp.os.os2.programmer The stack for a thread belongs to the parent thread, which passes it in _beginthread (or DosCreateThread). The parent thread can wait or check for the death of the child and then do what it likes with the storage associated with the child thread's stack.