Home | History | Annotate | Download | only in tests

Lines Matching refs:thr

3133   pthread_t thr;
3134 pthread_create(&thr, 0, SignalCond, &args);
3137 pthread_join(thr, 0);
3141 pthread_create(&thr, 0, SignalCond, &args);
3144 pthread_join(thr, 0);