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