Home | History | Annotate | Download | only in unittest

Lines Matching defs:RunThreads

6364 void RunThreads(void (*f1)(void), void (*f2)(void), char *mem) {
6375 RunThreads(DoMemcpy, DoMemcpy, mem);
6380 RunThreads(DoMemmove, DoMemmove, mem);
6385 RunThreads(DoStrlen, Write0, mem);
6390 RunThreads(Write0, DoStrlen, mem);
6395 RunThreads(Write0, DoStrcpy, mem);
6400 RunThreads(Write0, DoStrchr, mem);
6405 RunThreads(Write0, DoMemchr, mem);
6410 RunThreads(Write0, DoStrrchr, mem);
6415 RunThreads(Write0, DoStrcmp, mem);
6420 RunThreads(Write0, DoStrncmp, mem);
6679 void RunThreads(int n_threads, void (*f)(void)) {
6696 RunThreads(1, NoRaceWorker);
6701 RunThreads(2, NoRaceWorker);
6705 RunThreads(4, NoRaceWorker);
6709 RunThreads(8, NoRaceWorker);
6713 RunThreads(16, NoRaceWorker);
6828 void RunThreads(void (*f1)(void), void (*f2)(void)) {
6848 RunThreads(Clr1_0_10, Clr1_10_10);
6849 RunThreads(Clr1_10_0, Clr1_10_10);
6850 RunThreads(Clr1_25_0, Clr1_25_1);
6851 RunThreads(Clr1_50_30, Clr1_60_0);
6858 RunThreads(Clr1_10_10, Clr1_10_10);
6863 RunThreads(Clr1_25_1, Clr1_25_1);
6869 RunThreads(Clr1_50_30, Clr1_60_1);
6876 RunThreads(Clr1_50_30, Clr1_70_10);