Commits

Erik M. Bray authored f5fc109fbd7
Perform blas_thread_shutdown with pthread_atfork() on Cygwin Even if we're directly using the win32 threading driver and not pthreads, pthread_atfork still works fine to register a pre-fork handler, and is necessary to restore the threading server to a pre-initialized state.