2 lines
57 B
C
2 lines
57 B
C
pthread_mutex_t mutex;
|
|
pthread_mutex_init(&mutex, NULL);
|
pthread_mutex_t mutex;
|
|
pthread_mutex_init(&mutex, NULL);
|