線程條件鎖pthread_cond

/* 初始化一個條件變量 */ int pthread_cond_init (pthread_cond_t* cond, pthread_condattr_t *cond_attr); /* 銷燬一個條件變量 */ int pthread_cond_destroy(pthread_cond_t* cond); /* 令一個消費者等待在條件變量上 */int pthread_cond_dest
相關文章
相關標籤/搜索