Lines Matching defs:tid
44 pthread_t tid;
124 pthread_t tid;
145 rc = pthread_create(&tid, &tattr, pipesvc_listener, pl);
148 pipe_listeners[i].tid = tid;
167 if (pipe_listeners[i].tid == 0)
169 (void) pthread_kill(pipe_listeners[i].tid, SIGTERM);
170 pipe_listeners[i].tid = 0;
182 pthread_t tid;
237 rc = pthread_create(&tid, NULL, pipesvc_worker, np);
244 (void) pthread_detach(tid);
252 pl->tid = 0;