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

/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
H A DSDL_systhread.c37 } thread_args; typedef in typeref:struct:__anon8174
50 thread_args *data=(thread_args *)args;
52 thread_args *data=(thread_args *)atol(args);
73 thread_args *data=(thread_args *)atol((char *)REG_A0);
H A DSDL_thread.c160 } thread_args; typedef in typeref:struct:__anon8175
164 thread_args *args;
175 args = (thread_args *)data;
193 thread_args *args;
206 args = (thread_args *)SDL_malloc(sizeof(*args));
/external/qemu/distrib/sdl-1.2.12/src/thread/
H A DSDL_thread.c175 } thread_args; typedef in typeref:struct:__anon8173
179 thread_args *args;
190 args = (thread_args *)data;
213 thread_args *args;
226 args = (thread_args *)SDL_malloc(sizeof(*args));
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c379 DrdPosixThreadArgs thread_args; local
386 thread_args_p = &thread_args;

Completed in 1204 milliseconds