PTHREAD_ONCE_INIT
static pthread_once_t x = PTHREAD_ONCE_INIT;
static pthread_once_t x = PTHREAD_ONCE_INIT;
#define ONCE_INITIALIZER PTHREAD_ONCE_INIT
# define ONCE_INIT PTHREAD_ONCE_INIT
static pthread_once_t tm_multi_once = PTHREAD_ONCE_INIT;
#define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
static pthread_once_t once0 = PTHREAD_ONCE_INIT;
static pthread_once_t once = PTHREAD_ONCE_INIT;