RosettaCodeData/Task/Mutex/C/mutex-6.c

3 lines
57 B
C

pthread_mutex_t mutex;
pthread_mutex_init(&mutex, NULL);