HomeSort by relevance Sort by last modified time
    Searched full:sdl_numthreads (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 37 static int SDL_numthreads = 0;
80 SDL_numthreads, SDL_maxthreads);
82 if ( SDL_numthreads == SDL_maxthreads ) {
89 SDL_memcpy(threads, SDL_Threads, SDL_numthreads*(sizeof *threads));
96 SDL_Threads[SDL_numthreads++] = thread;
107 for ( i=0; i<SDL_numthreads; ++i ) {
112 if ( i < SDL_numthreads ) {
113 --SDL_numthreads;
114 while ( i < SDL_numthreads ) {
120 SDL_numthreads, SDL_maxthreads)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 37 static int SDL_numthreads = 0;
88 SDL_numthreads, SDL_maxthreads);
90 if ( SDL_numthreads == SDL_maxthreads ) {
101 SDL_Threads[SDL_numthreads++] = thread;
114 for ( i=0; i<SDL_numthreads; ++i ) {
119 if ( i < SDL_numthreads ) {
120 if ( --SDL_numthreads > 0 ) {
121 while ( i < SDL_numthreads ) {
132 SDL_numthreads, SDL_maxthreads);
157 for ( i=0; i<SDL_numthreads; ++i )
    [all...]
  /prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a     [all...]
libSDL.a     [all...]

Completed in 690 milliseconds