30
12
3
2236
1
2
struct sem_t { int value; mutex_t mutex; pthread_cond_t condt; }; void sem_int(se...