229
228
// @todo fix spurious wakeup issue
230
229
(void) LOCK_thread_count.lock();
231
if ((error=pthread_create(&signal_thread, &thr_attr, signal_hand, 0)))
230
if ((error= pthread_create(&signal_thread, &thr_attr, signal_hand, 0)))
233
232
errmsg_printf(ERRMSG_LVL_ERROR,
234
233
_("Can't create interrupt-thread (error %d, errno: %d)"),