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

  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 177 } thread_args; typedef in typeref:struct:__anon13343
181 thread_args *args;
192 args = (thread_args *)data;
215 thread_args *args;
228 args = (thread_args *)SDL_malloc(sizeof(*args));
  /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];
  /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 450 DrdPosixThreadArgs thread_args; local
455 thread_args.start = start;
456 thread_args.arg = arg;
457 thread_args.wrapper_started = &wrapper_started;
463 thread_args.detachstate = PTHREAD_CREATE_JOINABLE;
466 if (pthread_attr_getdetachstate(attr, &thread_args.detachstate) != 0)
469 assert(thread_args.detachstate == PTHREAD_CREATE_JOINABLE
470 || thread_args.detachstate == PTHREAD_CREATE_DETACHED);
473 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 688 JavaVMAttachArgs thread_args; local
693 thread_args.name = "NFC Message Loop";
694 thread_args.version = nat->env_version;
695 thread_args.group = NULL;
697 nat->vm->AttachCurrentThread(&e, &thread_args);
    [all...]
  /dalvik/vm/
CheckJni.cpp 828 void checkThreadArgs(void* thread_args) {
829 JavaVMAttachArgs* args = static_cast<JavaVMAttachArgs*>(thread_args);
    [all...]

Completed in 392 milliseconds