Searched refs:SDL_maxthreads (Results 1 – 1 of 1) sorted by relevance
36 static int SDL_maxthreads = 0; variable88 SDL_numthreads, SDL_maxthreads); in SDL_AddThread()90 if ( SDL_numthreads == SDL_maxthreads ) { in SDL_AddThread()93 (SDL_maxthreads+ARRAY_CHUNKSIZE)*(sizeof *threads)); in SDL_AddThread()98 SDL_maxthreads += ARRAY_CHUNKSIZE; in SDL_AddThread()126 SDL_maxthreads = 0; in SDL_DelThread()132 SDL_numthreads, SDL_maxthreads); in SDL_DelThread()