Pthread互斥鎖以及信號量創建 eg:簡單實現生產者消費者問題

1.   Pthread互斥鎖以及Pthread信號量的創建等相關函數 在pthread.h中有 a)     pthread_mutex_t數據類型用來聲明互斥鎖; b)     函數pthread_mutex_init(&mutex,NULL)用來創建互斥鎖,其中第一個參數爲聲明的互斥鎖指針,第二個參數即設置初始值,NULL表示設置爲默認值; c)     函數pthread_mutex_lo
相關文章
相關標籤/搜索