pipesvc_listener
rc = pthread_create(&tid, &tattr, pipesvc_listener, pl);
static void *pipesvc_listener(void *);