OsmAnd
Packages | Defines | Typedefs | Functions
jni/protobuf/google/protobuf/stubs/once.h File Reference
#include <google/protobuf/stubs/common.h>
#include <pthread.h>

Go to the source code of this file.

Packages

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