BWAPI
Namespaces | Defines | Typedefs | Functions
Undermind/proxy/cpp/include/google/protobuf/stubs/once.h File Reference
#include <google/protobuf/stubs/common.h>
#include <pthread.h>
Include dependency graph for once.h:

Go to the source code of this file.

Namespaces

namespace  google
namespace  google::protobuf

Defines

#define GOOGLE_PROTOBUF_DECLARE_ONCE(NAME)   pthread_once_t NAME = PTHREAD_ONCE_INIT

Typedefs

typedef pthread_once_t google::protobuf::ProtobufOnceType

Functions

void google::protobuf::GoogleOnceInit (ProtobufOnceType *once, void(*init_func)())

Define Documentation

#define GOOGLE_PROTOBUF_DECLARE_ONCE (   NAME)    pthread_once_t NAME = PTHREAD_ONCE_INIT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines