> https://bugs.ruby-lang.org/issues/14807#change-74146 Right, already in trunk at r63548 And back to Jeremy's earlier comment: > It's defined but I don't think it would be usable: > > /usr/include/pthread.h:#define PTHREAD_COND_INITIALIZER NULL Without reading the OpenBSD pthreads library source code; I suspect that it would be usable. The condvar implementation can safely perform lazy-initialization because it can rely on the underlying mutex for protection. Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>