HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 176 - 200 of 1067) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/drd/tests/
thread_name.c 52 pthread_create(&tid[i], 0, thread_func, (void*)(ptrdiff_t)i);
  /external/valgrind/main/helgrind/tests/
bar_trivial.c 44 r = pthread_create(&thr[i], NULL, child_fn, (void*)i);
tc03_re_excl.c 30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
tc09_bad_unlock.c 35 pthread_create( &child, NULL, child_fn, (void*)&mx2 );
tc18_semabuse.c 55 r= pthread_create(&t, NULL, watchdog, NULL);
tc19_shadowmem.stderr.exp 13 by 0x........: pthread_create@* (hg_intercepts.c:...)
21 by 0x........: pthread_create@* (hg_intercepts.c:...)
50 by 0x........: pthread_create@* (hg_intercepts.c:...)
58 by 0x........: pthread_create@* (hg_intercepts.c:...)
87 by 0x........: pthread_create@* (hg_intercepts.c:...)
95 by 0x........: pthread_create@* (hg_intercepts.c:...)
124 by 0x........: pthread_create@* (hg_intercepts.c:...)
132 by 0x........: pthread_create@* (hg_intercepts.c:...)
161 by 0x........: pthread_create@* (hg_intercepts.c:...)
169 by 0x........: pthread_create@* (hg_intercepts.c:...
    [all...]
tc20_verifywrap.c 60 /* --------- pthread_create/join --------- */
63 "\n---------------- pthread_create/join ----------------\n\n");
65 /* make pthread_create fail */
66 /* It's amazingly difficult to make pthread_create fail
73 r= pthread_create( &thr, NULL, lazy_child, NULL ); assert(r);
76 r= pthread_create( &child, NULL, racy_child, NULL ); assert(!r);
  /external/valgrind/main/none/tests/
pth_blockedsig.c 50 if (pthread_create (&child, NULL, child_main, NULL) != 0)
res_search.c 42 if(0 != pthread_create(&pid, 0, fn, (void*)argv[1]))
  /external/valgrind/main/none/tests/s390x/
ex_clone.c 42 pthread_create(&thread, NULL, threadfunc, NULL);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 139 pthread_create(&th, NULL, read_thread, (void *)ep1->bEndpointAddress);
140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)ep1->bEndpointAddress);
  /ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp 44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libanl-2.7.so 
libanl.so 
libanl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libanl-2.7.so 
libanl.so 
libanl.so.1 
  /system/core/debuggerd/
crasher.c 88 pthread_create(&thr, &attr, noisy, (void*) 'A');
89 pthread_create(&thr, &attr, noisy, (void*) 'B');
90 pthread_create(&thr, &attr, noisy, (void*) 'C');
103 pthread_create(&t, NULL, thread_callback, (void*) arg);
  /system/extras/tests/bionic/libc/common/
test_clock.c 42 pthread_create(&thread, NULL, cpu_hog, NULL);
  /bionic/libc/bionic/
pthread_create.cpp 121 "pthread_create sched_setscheduler call failed: %s", strerror(errno));
145 "pthread_create failed: couldn't allocate %zd-byte stack: %s",
153 "pthread_create failed: couldn't mprotect PROT_NONE %zd-byte stack guard region: %s",
162 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, function
169 // This works because pthread_create() is not called by the C library
175 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: couldn't allocate thread");
231 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", strerror(errno));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
testutil.cc 108 // This helper function has the signature that pthread_create wants.
165 // This helper function has the signature that pthread_create wants.
185 SAFE_PTHREAD(pthread_create(&thr, NULL, RunFunctionInThread, &fn));
192 SAFE_PTHREAD(pthread_create(&thr[i], NULL, RunFunctionInThread, &fn));
210 SAFE_PTHREAD(pthread_create(&thr[i], &attr,
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
testutil.cc 108 // This helper function has the signature that pthread_create wants.
165 // This helper function has the signature that pthread_create wants.
185 SAFE_PTHREAD(pthread_create(&thr, NULL, RunFunctionInThread, &fn));
192 SAFE_PTHREAD(pthread_create(&thr[i], NULL, RunFunctionInThread, &fn));
210 SAFE_PTHREAD(pthread_create(&thr[i], &attr,
  /art/test/JniTest/
jni_test.cc 61 int pthread_create_result = pthread_create(&pthread,
96 int pthread_create_result = pthread_create(&pthread,
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_dynamic_x86_32.nexe 

Completed in 1012 milliseconds

1 2 3 4 5 6 78 91011>>