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