摘要:
线程创建函数:pthread_create(thread,attr,start_routine,arg) 这个函数在pthread.h中,它的四个参数分别表示: thread: 指向线程标识符的指针,传入时一般都用&thread[i]这样的写法(一般是多个线程,所以用线程数组) attr: 线程参数 阅读全文
posted @ 2022-04-23 17:37
namezhyp
阅读(79)
评论(0)
推荐(0)
浙公网安备 33010602011771号