OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdl_numthreads
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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);
159
for ( i=0; i<
SDL_numthreads
; ++i )
[
all
...]
/prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a
[
all
...]
libSDL.a
[
all
...]
/prebuilts/tools/windows/sdl/libs/
libSDL.a
[
all
...]
Completed in 1051 milliseconds