libzypp  13.10.6
Once.h File Reference
#include <pthread.h>

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::thread
 

Macros

#define ZYPP_ONCE_INIT   PTHREAD_ONCE_INIT
 The initialization value for OnceFlag variables. More...
 

Typedefs

typedef pthread_once_t zypp::thread::OnceFlag
 The OnceFlag variable type. More...
 

Functions

void zypp::thread::callOnce (OnceFlag &flag, void(*func)())
 Call once function. More...
 

Macro Definition Documentation

#define ZYPP_ONCE_INIT   PTHREAD_ONCE_INIT

The initialization value for OnceFlag variables.

Definition at line 27 of file Once.h.