1 --- ../dummy/src/profile.c 2011-11-23 21:00:15.605263295 -0200
2 +++ src/profile.c 2011-11-23 21:00:51.724729177 -0200
4 profile->lock_oqueue = SDL_CreateMutex();
5 profile->wait_oqueue = SDL_CreateSemaphore(0);
7 - thread = SDL_CreateThread(thread_profile, profile);
8 + thread = SDL_CreateThread(thread_profile, "t_profile", profile);
10 printf("Unable to create profile thread: %s\n", SDL_GetError());