cb_watch_events
*errp = thr_create(NULL, 0, cb_watch_events, NULL,
*errp = thr_create(NULL, 0, cb_watch_events, NULL, THR_DAEMON,
static void *cb_watch_events(void *);