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