src/raytracer.cc
branchpyrit
changeset 90 f6a72eb99631
parent 86 ce6abe0aeeae
child 91 9d66d323c354
equal deleted inserted replaced
89:fcf1487b398b 90:f6a72eb99631
   370 				dbgmsg(0, "\nE pthread_create unsuccessful, return code was %d\n", rc);
   370 				dbgmsg(0, "\nE pthread_create unsuccessful, return code was %d\n", rc);
   371 				exit(1);
   371 				exit(1);
   372 			}
   372 			}
   373 		}
   373 		}
   374 
   374 
   375 		dbgmsg(2, "phase %d:  0%% done", phase);
   375 		dbgmsg(2, "- phase %d:  0%% done", phase);
   376 
   376 
   377 		pthread_mutex_lock(&sampler_mutex);
   377 		pthread_mutex_lock(&sampler_mutex);
   378 
   378 
   379 		for (;;)
   379 		for (;;)
   380 		{
   380 		{