Home | History | Annotate | Download | only in tests

Lines Matching defs:thr

3200   pthread_t thr;
3201 pthread_create(&thr, 0, SignalCond, &args);
3204 pthread_join(thr, 0);
3208 pthread_create(&thr, 0, SignalCond, &args);
3211 pthread_join(thr, 0);