Workaround the pthread_once_t static initialization. Per the
POSIX standard, reinitialization of a pthread_once is a gray area, but it is needed to support subsequent initializations of the client library.
Showing
Please register or sign in to comment