Searched refs:testfiles (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestThreads.c30 static const char *testfiles[] = { variable
100 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
115 (void *) testfiles[i]);
132 printf("Thread %d handling %s failed\n", i, testfiles[i]);
143 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
159 tid[i] = spawn_thread(thread_specific_data, "xmlTestThread", B_NORMAL_PRIORITY, (void *) testfiles[i]);
179 printf("Thread %d handling %s failed\n", i, testfiles[i]);
H A DtestThreadsWin32.c20 static char *testfiles[] = { variable
89 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
108 thread_specific_data, testfiles[i], 0, &useless);
133 printf("Thread %d handling %s failed\n", i, testfiles[i]);
H A Druntest.c3841 static const char *testfiles[] = { variable
3916 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
3934 (void *) testfiles[i]);
3952 i, testfiles[i]);
3977 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
3997 (void *) testfiles[i], 0,
4024 i, testfiles[i]);
4042 unsigned int num_threads = sizeof(testfiles) / sizeo
[all...]

Completed in 75 milliseconds