From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <41dec8a203140ec3f1e0bb5cd51db5b6@quanstro.net> Date: Fri, 3 Feb 2006 09:44:19 -0600 From: quanstro@quanstro.net To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] (thread|proc)atexits Topicbox-Message-UUID: f1de3314-ead0-11e9-9d60-3106f5b1d025 i want to write a wrapper to proccreate that allows one to get a Waitmsg* in the parent when the proc exits. this code calls threadexits in a number of places (maybe in libraries) and i'd like to intercept that and send a Waitmsg* to the parent. do i need to write (thread|proc)atexits? or is there another way to do this? - erik