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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtorturethread.c31 SDL_Thread *sub_threads[NUMTHREADS]; local
40 sub_threads[i] = SDL_CreateThread(SubThreadFunc, &flags[i]);
51 SDL_WaitThread(sub_threads[i], NULL);

Completed in 86 milliseconds