K 10 svn:author V 6 jasone K 8 svn:date V 27 2001-01-21T07:52:20.000000Z K 7 svn:log V 274 Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex initialization until after malloc() is safe to call, then iterate through all mutexes and complete their initialization. This change is necessary in order to avoid some circular bootstrapping dependencies. END