OsmAnd
|
#include <unistd.h>
#include <pthread.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
Packages | |
namespace | |
namespace | google::protobuf |
Closure* callback_ |
bool done_ |
Mutex done_mutex_ |
Mutex init_blocker_ |
bool joined_ |
Mutex mutex_ |
ProtobufOnceType* once_ |
ProtobufOnceType* recursive_once_ |
State state_ |
pthread_t thread_ |