摘要: 函数声明: int pthread_once(pthread_once_t *once_control, void (*init_routine) (void)); 本函数使用初值为PTHREAD_ONCE_INIT的once_control变量保证init_routine()函数在本进程执行序列中 阅读全文
posted @ 2022-08-23 10:37 gǒが油メo 阅读(316) 评论(0) 推荐(0)