pthread_once()的使用方法

int pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) 這個函數使用初值爲PTHREAD_ONCE_INIT的once_control變量保證init_routine()函數在本進程執行序列中僅執行一次。函數 #include<stdio.h> 2 #include<pthread.h> 3
相關文章
相關標籤/搜索