Home | History | Annotate | Download | only in tests

Lines Matching defs:thr

3153   pthread_t thr;
3154 pthread_create(&thr, 0, SignalCond, &args);
3157 pthread_join(thr, 0);
3161 pthread_create(&thr, 0, SignalCond, &args);
3164 pthread_join(thr, 0);