Home | History | Annotate | Download | only in tests

Lines Matching defs:thr

2962   pthread_t thr;
2963 pthread_create(&thr, 0, SignalCond, &args);
2966 pthread_join(thr, 0);
2970 pthread_create(&thr, 0, SignalCond, &args);
2973 pthread_join(thr, 0);