K 10 svn:author V 8 tanimura K 8 svn:date V 27 2003-11-09T09:17:26.000000Z K 7 svn:log V 401 - Implement selwakeuppri() which allows raising the priority of a thread being waken up. The thread waken up can run at a priority as high as after tsleep(). - Replace selwakeup()s with selwakeuppri()s and pass appropriate priorities. - Add cv_broadcastpri() which raises the priority of the broadcast threads. Used by selwakeuppri() if collision occurs. Not objected in: -arch, -current END