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

/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread.c177 } thread_args; typedef in typeref:struct:__anon29428
181 thread_args *args;
192 args = (thread_args *)data;
215 thread_args *args;
228 args = (thread_args *)SDL_malloc(sizeof(*args));
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c455 DrdPosixThreadArgs thread_args; local
460 thread_args.start = start;
461 thread_args.arg = arg;
462 thread_args.wrapper_started = &wrapper_started;
468 thread_args.detachstate = PTHREAD_CREATE_JOINABLE;
471 if (pthread_attr_getdetachstate(attr, &thread_args.detachstate) != 0)
474 assert(thread_args.detachstate == PTHREAD_CREATE_JOINABLE
475 || thread_args.detachstate == PTHREAD_CREATE_DETACHED);
478 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);

Completed in 236 milliseconds