12 2021 档案

摘要:0. 头文件 #include <pthread.h> 1. 初始化 int pthread_mutex_init(pthread_mutex_t *restrict mutex, const pthread_mutexattr_t *restrict attr); 简单的使用可以使用默认的属性初始 阅读全文
posted @ 2021-12-18 10:43 Yavn 阅读(274) 评论(0) 推荐(0)