Home | History | Annotate | Download | only in c++

Lines Matching refs:th

75   pthread_t th;
76 pthread_create(&th, 0, sendsignal, 0);
77 pthread_join(th, 0);
103 pthread_t th;
104 pthread_create(&th, 0, sendsignal, 0);
105 pthread_join(th, 0);
137 pthread_t th;
138 pthread_create(&th, 0, sendsignal, 0);
139 pthread_join(th, 0);
171 pthread_t th;
172 pthread_create(&th, 0, sendsignal, 0);
173 pthread_join(th, 0);