pthread_once_t once = PTHREAD_ONCE_INIT; 初始化一个一次控制变量。
int pthread_once( pthread_once_t *once_control, void (*init_routine)(void) ); 执行一遍init_routine。 错误 没有指定