12 #ifndef ZYPP_THREAD_ONCE_H
13 #define ZYPP_THREAD_ONCE_H
27 #define ZYPP_ONCE_INIT PTHREAD_ONCE_INIT
52 pthread_once(&flag, func);
void callOnce(OnceFlag &flag, void(*func)())
Call once function.
pthread_once_t OnceFlag
The OnceFlag variable type.
Easy-to use interface to the ZYPP dependency resolver.