/external/valgrind/ |
D | glibc-2.3.supp | 240 fun:pthread_create 247 fun:pthread_create 254 fun:pthread_create 261 fun:pthread_create@@GLIBC_2.1 268 fun:pthread_create@@GLIBC_2.1 275 fun:pthread_create@@GLIBC_2.1 293 LinuxThreads: write/pthread_create 296 fun:pthread_create@@GLIBC_2.1 299 LinuxThreads: write/pthread_create 2 303 fun:pthread_create@@GLIBC_2.1 [all …]
|
D | glibc-2.2.supp | 427 fun:pthread_create@@GLIBC_2.2.5 432 LinuxThreads: write/pthread_create 435 fun:pthread_create@@GLIBC_2.1 438 LinuxThreads: write/pthread_create 442 fun:pthread_create@@GLIBC_2.1 460 LinuxThreads: write/pthread_create 464 fun:pthread_create@@GLIBC_2.2.5 467 LinuxThreads: write/__pthread_initialize_manager/pthread_create 472 fun:pthread_create@@GLIBC_2.2.5 481 fun:pthread_create@@GLIBC_2.1 [all …]
|
/external/valgrind/drd/tests/ |
D | std_thread2.supp | 12 pthread_create 14 fun:pthread_create@@GLIBC_2.2* 17 pthread_create 20 fun:pthread_create@@GLIBC_2.2*
|
/external/valgrind/none/tests/ |
D | pth_exit.c | 14 pthread_create(&a, NULL, th, NULL); in main() 15 pthread_create(&a, NULL, th, NULL); in main() 16 pthread_create(&a, NULL, th, NULL); in main() 17 pthread_create(&a, NULL, th, NULL); in main()
|
D | pth_cvsimple.c | 67 pthread_create(&threads[0], NULL, watch_count, NULL); in main() 69 pthread_create(&threads[1], NULL, inc_count, NULL); in main() 70 pthread_create(&threads[2], NULL, inc_count, NULL); in main()
|
/external/valgrind/helgrind/tests/ |
D | bar_bad.c | 58 pthread_create(&slp1, NULL, sleep1, (void*)bar3); in main() 60 pthread_create(&thr1, NULL, child1, (void*)bar3); in main() 76 pthread_create(&slp2, NULL, sleep1, (void*)bar4); in main() 78 pthread_create(&thr2, NULL, child1, (void*)bar4); in main() 94 pthread_create(&ext1, NULL, exit1, NULL); in main()
|
D | tc19_shadowmem.stderr.exp-mips32 | 12 by 0x........: pthread_create@* (hg_intercepts.c:...) 19 by 0x........: pthread_create@* (hg_intercepts.c:...) 51 by 0x........: pthread_create@* (hg_intercepts.c:...) 58 by 0x........: pthread_create@* (hg_intercepts.c:...) 86 by 0x........: pthread_create@* (hg_intercepts.c:...) 93 by 0x........: pthread_create@* (hg_intercepts.c:...) 121 by 0x........: pthread_create@* (hg_intercepts.c:...) 128 by 0x........: pthread_create@* (hg_intercepts.c:...) 156 by 0x........: pthread_create@* (hg_intercepts.c:...) 163 by 0x........: pthread_create@* (hg_intercepts.c:...) [all …]
|
/external/compiler-rt/test/tsan/ |
D | fd_tid_recycled.cc | 31 pthread_create(&t_create, NULL, ThreadCreatePipe, NULL); in main() 36 pthread_create(&t_dummy, NULL, ThreadDummy, NULL); in main() 41 pthread_create(&t[0], NULL, ThreadWrite, NULL); in main() 42 pthread_create(&t[1], NULL, ThreadClose, NULL); in main()
|
D | race_on_heap.cc | 28 pthread_create(&t[0], 0, AllocThread, 0); in main() 31 pthread_create(&t[0], 0, Thread1, (char*)p + 16); in main() 32 pthread_create(&t[1], 0, Thread2, (char*)p + 16); in main()
|
D | static_init6.cc | 20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand()); in CreateCache() 35 pthread_create(&t[0], 0, Thread1, 0); in main() 36 pthread_create(&t[1], 0, Thread1, 0); in main()
|
D | static_init5.cc | 20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand()); in CreateCache() 35 pthread_create(&t[0], 0, Thread1, 0); in main() 36 pthread_create(&t[1], 0, Thread1, 0); in main()
|
D | pthread_key.cc | 29 pthread_create(&th, 0, thr, 0); in main() 33 pthread_create(&th[0], 0, thr, 0); in main() 34 pthread_create(&th[1], 0, thr, 0); in main()
|
D | mmap_stress.cc | 25 if (pthread_create(&th[i], 0, SubWorker, 0)) in Worker1() 39 if (pthread_create(&th[i], 0, Worker1, 0)) in Worker() 56 if (pthread_create(&th[i], 0, Worker, 0)) in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
D | stress.c | 257 ret = pthread_create(&fl_rec, NULL, flood_receiver, &flooding); in main() 263 ret = pthread_create(&fl_snd1, NULL, flooder_1, &fl_rec); in main() 269 ret = pthread_create(&fl_snd2, NULL, flooder_2, &fl_rec); in main() 275 ret = pthread_create(&sy_rec, NULL, sync_rec, &synchro); in main() 281 ret = pthread_create(&sy_snd, NULL, sync_send, &sy_rec); in main()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 63 EXPECT_EQ(pthread_create(&th[0], 0, dtors_thread, &k1), 0); in TEST() 64 EXPECT_EQ(pthread_create(&th[1], 0, dtors_thread, &k2), 0); in TEST() 66 EXPECT_EQ(pthread_create(&th[2], 0, dtors_thread, &k3), 0); in TEST() 84 EXPECT_EQ(pthread_create(&th[i], 0, local_thread, in local_thread() 134 EXPECT_EQ(pthread_create(&th, 0, cond_thread, &ctx), 0); in TEST()
|
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/ |
D | send_rev_2.c | 128 pthread_create(&send1, NULL, (void *)send_1, (void *)&mq1); in main() 129 pthread_create(&send2, NULL, (void *)send_2, (void *)&mq2); in main() 130 pthread_create(&rev1, NULL, (void *)receive_1, (void *)&mq1); in main() 131 pthread_create(&rev2, NULL, (void *)receive_2, (void *)&mq2); in main()
|
/external/valgrind/memcheck/tests/ |
D | threadname.c | 54 r = pthread_create(&children[2], NULL, child_fn_2, NULL); in child_fn_1() 69 r = pthread_create(&children[1], NULL, child_fn_1, NULL); in child_fn_0() 84 r = pthread_create(&children[0], NULL, child_fn_0, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | pitest-4.c | 262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main() 271 rc = pthread_create(&threads[i], &threadattr, thread_fn, in main() 283 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]); in main() 292 rc = pthread_create(&threadtl, &threadattr, thread_fn, &tp[0]); in main() 301 rc = pthread_create(&threadtb1, &threadattr, thread_tb1, &timeout); in main() 310 rc = pthread_create(&threadtb2, &threadattr, thread_tb2, &timeout); in main()
|
D | pitest-3.c | 292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main() 301 rc = pthread_create(&threads[i], &threadattr, thread_fn, in main() 314 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[i]); in main() 325 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]); in main() 334 rc = pthread_create(&threadtb1, &threadattr, thread_tb1, &timeout); in main() 342 rc = pthread_create(&threadtb2, &threadattr, thread_tb2, &timeout); in main()
|
D | pitest-2.c | 280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main() 289 rc = pthread_create(&threads[i], &threadattr, thread_fn, in main() 302 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[i]); in main() 313 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]); in main() 322 rc = pthread_create(&threadtb1, &threadattr, thread_tb1, &timeout); in main() 330 rc = pthread_create(&threadtb2, &threadattr, thread_tb2, &timeout); in main()
|
D | pitest-1.c | 254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main() 263 rc = pthread_create(&threads[i], &threadattr, thread_fn, in main() 276 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]); in main() 285 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]); in main() 295 rc = pthread_create(&threadtb, &threadattr, thread_tb, &timeout); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 6-3.c | 138 ret = pthread_create(&child, &scenarii[sc].ta, in test() 216 ret = pthread_create(&th_work, NULL, test, NULL); in main() 227 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1); in main() 231 ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 4-2.c | 266 if ((ret = pthread_create(&th_waiter, NULL, waiter, NULL))) { in main() 270 if ((ret = pthread_create(&th_worker, NULL, worker, NULL))) { in main() 281 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 284 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 4-2.c | 220 ret = pthread_create(&th_waiter[i], NULL, waiter, NULL); in main() 225 ret = pthread_create(&th_worker, NULL, worker, NULL); in main() 236 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1); in main() 239 ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 4-3.c | 278 if ((ret = pthread_create(&th_waiter, NULL, waiter, NULL))) { in main() 282 if ((ret = pthread_create(&th_worker, NULL, worker, NULL))) { in main() 293 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 296 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|