171
167
pthread_mutex_unlock(&timer_alarm_mutex);
173
if (pthread_create(&mainthread, &attr, timer_thread,
169
if (pthread_create(&mainthread, &attr, timer_thread,
174
170
(void *)&opt_timer_length) != 0)
176
172
fprintf(stderr,"%s: Could not create timer thread\n", my_progname);