K 10 svn:author V 4 alex K 8 svn:date V 27 1998-08-02T17:04:25.000000Z K 7 svn:log V 338 Fixed a race condition during the first lock/trylock of a statically initialized mutex. Statically initialized mutexes are actually initialized at first use (pthread_mutex_lock/pthread_mutex_trylock). To prevent concurrent initialization by multiple threads, all static initializations are now serialized by a spinlock. Reviewed by: jb END