K 10 svn:author V 3 mtm K 8 svn:date V 27 2004-04-24T09:38:41.000000Z K 7 svn:log V 299 Unconditionaly initialize any spin lock passed to pthread_spin_init(). While makeing sure the spinlock isn't already in use might be a nice feature to have in theory, it's hard to implement in practice since the passed in pointer may not be NULL, but still be an invalid value (i.e. 1..2..3.. etc). END