#include <pthread.h>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::thread |
Defines | |
| #define | ZYPP_ONCE_INIT PTHREAD_ONCE_INIT |
| The initialization value for OnceFlag variables. | |
Typedefs | |
| typedef pthread_once_t | zypp::thread::OnceFlag |
| The OnceFlag variable type. | |
Functions | |
| void | zypp::thread::callOnce (OnceFlag &flag, void(*func)()) |
| Call once function. | |
Definition in file Once.h.
| #define ZYPP_ONCE_INIT PTHREAD_ONCE_INIT |
1.5.3