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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c 27 struct thread_args { struct
60 struct thread_args args = *(struct thread_args *)arg;
91 struct thread_args *p;
gcc_openbsd_amd64.c 27 struct thread_args { struct
60 struct thread_args args = *(struct thread_args *)arg;
91 struct thread_args *p;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c 27 struct thread_args { struct
60 struct thread_args args = *(struct thread_args *)arg;
91 struct thread_args *p;
gcc_openbsd_amd64.c 27 struct thread_args { struct
60 struct thread_args args = *(struct thread_args *)arg;
91 struct thread_args *p;
  /frameworks/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];
  /external/valgrind/drd/
drd_pthread_intercepts.c 539 DrdPosixThreadArgs thread_args; local
544 thread_args.start = start;
545 thread_args.arg = arg;
546 thread_args.wrapper_started = &wrapper_started;
552 thread_args.detachstate = PTHREAD_CREATE_JOINABLE;
555 if (pthread_attr_getdetachstate(attr, &thread_args.detachstate) != 0)
558 assert(thread_args.detachstate == PTHREAD_CREATE_JOINABLE
559 || thread_args.detachstate == PTHREAD_CREATE_DETACHED);
562 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
595 DrdPosixThreadArgs thread_args; local
    [all...]
  /system/core/adb/
sysdeps.h 131 adb_winthread_args thread_args = *static_cast<adb_winthread_args*>(heap_args); local
133 thread_args.func(thread_args.arg);
698 adb_pthread_args thread_args = *reinterpret_cast<adb_pthread_args*>(heap_args);
700 thread_args.func(thread_args.arg);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 687 JavaVMAttachArgs thread_args; local
692 thread_args.name = "NFC Message Loop";
693 thread_args.version = nat->env_version;
694 thread_args.group = NULL;
696 nat->vm->AttachCurrentThread(&e, &thread_args);
    [all...]

Completed in 314 milliseconds