/external/valgrind/main/memcheck/tests/ |
err_disable3.c | 51 r = pthread_create(&child, NULL, child_fn, NULL);
|
err_disable4.c | 84 r = pthread_create(&child[i], &attr, child_fn_1, NULL); 107 r = pthread_create(&child[i], &attr, child_fn_2, NULL);
|
/external/valgrind/main/none/tests/ |
pth_blockedsig.c | 50 if (pthread_create (&child, NULL, child_main, NULL) != 0)
|
pth_cancel1.c | 43 if (pthread_create(&tid, NULL, thread_main, NULL) != 0) 45 perror("pthread_create");
|
pth_once.c | 65 if (( rtn = pthread_create(&threads[thread_num], 70 fprintf(stderr, "pthread_create failed with %d",rtn);
|
thread-exits.c | 72 ret = pthread_create(&t, NULL, thr, NULL); 74 printf("pthread_create failed: %s\n", strerror(ret)); 120 pthread_create(&pth, NULL, maker, NULL);
|
tls.c | 96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); 97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
|
/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);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CThread.cpp | 107 ret = pthread_create(&m_thread, NULL, CThreadStartup, this); 109 LOG_E("pthread_create failed with error code %d", ret);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_guard.cpp | 44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osThreadUnix.cpp | 38 int ret = pthread_create(&m_thread, NULL, Thread::thread_main, this);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_once.c | 69 if (pthread_create( &threads[nn], NULL, thread_function, (void*)(long int)nn) < 0) {
|
/external/compiler-rt/lib/tsan/benchmarks/ |
vts_many_threads_bench.cc | 97 int status = pthread_create(&g_t[i], 0, GarbageThread, NULL); 101 int status = pthread_create(&t[i], 0, Thread, (void*)i);
|
/external/valgrind/main/helgrind/tests/ |
locked_vs_unlocked2.c | 61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r); 62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
|
pth_destroy_cond.stderr.exp | 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
tc14_laog_dinphils.stderr.exp | 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
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...] |
/external/valgrind/unittest/ |
libstdc++_tests.cc | 92 pthread_create(&t[i], 0, Thread, 0); 155 pthread_create(&t[i], 0, Thread, 0);
|
/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,
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_mutex_test.cc | 107 pthread_create(&threads[i], 0, lock_thread<SpinMutex>, &data); 118 pthread_create(&threads[i], 0, try_thread<SpinMutex>, &data); 129 pthread_create(&threads[i], 0, lock_thread<BlockingMutex>, &data);
|
sanitizer_stoptheworld_test.cc | 77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread, 120 pthread_create(&callback_argument->thread_ids[this_thread_index + 1], 170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL, 184 ASSERT_FALSE(argument.fatal_error); // a pthread_create has failed
|
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 161 pthread_create(&ebbr, NULL, sleeper_or_burner, &b); 171 pthread_create(&egll, NULL, sleeper_or_burner, &l); 181 pthread_create(&zzzz, NULL, sleeper_or_burner, &p);
|
t.c | 125 pthread_create(&ebbr, NULL, brussels_fn, NULL); 126 pthread_create(&egll, NULL, london_fn, NULL); 127 pthread_create(&zzzz, NULL, petaouchnok_fn, NULL);
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.c | 117 PTH_CALL(pthread_create(&tid1, 0, &thread_func, &s_mutex1)); 118 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2));
|