Home | History | Annotate | Download | only in tests

Lines Matching defs:args

2582       // the following args will overflow for sure
3194 SignalCondArg args = {&cond, &mu, false};
3201 pthread_create(&thr, 0, SignalCond, &args);
3207 args.broadcast = true;
3208 pthread_create(&thr, 0, SignalCond, &args);