thr_statd_init
if (thr_create(NULL, 0, thr_statd_init, NULL, THR_DETACHED, NULL)) {
static void *thr_statd_init(void *);