HomeSort by relevance Sort by last modified time
    Searched refs:thread_args (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread.c 37 } thread_args; typedef in typeref:struct:__anon9652
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);
SDL_thread.c 160 } thread_args; typedef in typeref:struct:__anon9653
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/
SDL_thread.c 175 } thread_args; typedef in typeref:struct:__anon9651
179 thread_args *args;
190 args = (thread_args *)data;
213 thread_args *args;
226 args = (thread_args *)SDL_malloc(sizeof(*args));
  /system/media/wilhelm/tests/sandbox/
multithread.c 38 ThreadArgument thread_args[MAX_THREAD]; variable
132 ThreadArgument *ta = &thread_args[i];
156 &thread_args[i]);
165 ThreadArgument *ta = &thread_args[i];
177 ThreadArgument *ta = &thread_args[i];
  /system/bluetooth/tools/
socktest.c 50 struct thread_args { struct
331 static void thread_delay_close(struct thread_args *args) {
372 static void thread_accept(struct thread_args *args) {
379 static void thread_connect(struct thread_args *args) {
386 static void thread_delay_close_write(struct thread_args *args) {
395 static void thread_accept_write(struct thread_args *args) {
404 static void thread_delay_connect(struct thread_args *args) {
435 struct thread_args args = {-1, type, 1};
460 struct thread_args args = {-1, type, 0};
488 struct thread_args args = {-1, type, 0}
    [all...]
asocket_test.c 51 struct thread_args { struct
317 static void thread_delay_close(struct thread_args *args) {
358 static void thread_accept(struct thread_args *args) {
365 static void thread_connect(struct thread_args *args) {
372 static void thread_delay_close_write(struct thread_args *args) {
381 static void thread_accept_write(struct thread_args *args) {
390 static void thread_delay_connect(struct thread_args *args) {
421 struct thread_args args = {-1, type, 1};
446 struct thread_args args = {-1, type, 0};
474 struct thread_args args = {-1, type, 0}
    [all...]
sock_shutdown_test.c 49 struct thread_args { struct
218 static void thread_accept(struct thread_args *args) {
228 struct thread_args args = {-1, type, 0};
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 379 DrdPosixThreadArgs thread_args; local
386 thread_args_p = &thread_args;
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 779 JavaVMAttachArgs thread_args; local
784 thread_args.name = "NFC Message Loop";
785 thread_args.version = nat->env_version;
786 thread_args.group = NULL;
788 nat->vm->AttachCurrentThread(&e, &thread_args);
    [all...]

Completed in 278 milliseconds