pipesvc_worker
rc = pthread_create(&tid, NULL, pipesvc_worker, np);
static void *pipesvc_worker(void *);