K 10 svn:author V 8 deischen K 8 svn:date V 27 2000-11-20T13:12:44.000000Z K 7 svn:log V 403 Change a "while {}" loop to a "do {} while" to allow it to be executed at least once, fixing pthread_mutex_lock() for recursive mutex lock attempts. Correctly set a threads signal mask while it is executing a signal handler. The mask should be the union of its current mask, the signal being handled, and the mask from the signal action. Reported by: Dan Nelson MFC Candidate END