K 10 svn:author V 3 mtm K 8 svn:date V 27 2003-05-27T21:48:42.000000Z K 7 svn:log V 255 Minimize the potential for deadlocks between an exiting thread and it's joiner by making sure all locks and unlocks occur in the same order. For the record the lock order is: DEAD_LIST, THREAD_LIST, exiting thread, joiner thread. Approved by: re/rwatson END