master
orange 12 years ago
parent 9cbdcee7e9
commit c69aef41d6

@ -206,7 +206,8 @@ int main(int argc, char *argv[]) {
assert(ret == 0); assert(ret == 0);
for (int t = 0; t < num_threads; t++) { for (int t = 0; t < num_threads; t++) {
ret = pthread_create(&threads[t], NULL, compmandelbrot, (void *) &mbrot); ret =
pthread_create(&threads[t], NULL, compmandelbrot, (void *) &mbrot);
assert(ret == 0); assert(ret == 0);
} }

Loading…
Cancel
Save