|
|
|
@ -206,7 +206,8 @@ int main(int argc, char *argv[]) {
|
|
|
|
|
assert(ret == 0);
|
|
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|