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