worker_routine
ret = _pthread_create(&td, &sn->sn_attr, worker_routine, sn);
static void *worker_routine(void *);