几个多线程的小程序(linux+C)
实验一程序体现两线程的争用情况,一个线程让信号量增一,一个线程让信号量减一。 #include <stdio.h> #include <pthread.h> #include <semaphore.h
几个多线程的小程序(linux+C)