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

/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread.c36 static int SDL_maxthreads = 0; variable
88 SDL_numthreads, SDL_maxthreads);
90 if ( SDL_numthreads == SDL_maxthreads ) {
93 (SDL_maxthreads+ARRAY_CHUNKSIZE)*(sizeof *threads));
98 SDL_maxthreads += ARRAY_CHUNKSIZE;
126 SDL_maxthreads = 0;
132 SDL_numthreads, SDL_maxthreads);

Completed in 40 milliseconds