Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/external/valgrind/
Dglibc-2.3.supp240 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 …]
Dglibc-2.2.supp427 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/
Dstd_thread2.supp12 pthread_create
14 fun:pthread_create@@GLIBC_2.2*
17 pthread_create
20 fun:pthread_create@@GLIBC_2.2*
/external/valgrind/none/tests/
Dpth_exit.c14 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()
Dpth_cvsimple.c67 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/
Dbar_bad.c58 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()
Dtc19_shadowmem.stderr.exp-mips3212 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/
Dfd_tid_recycled.cc31 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()
Drace_on_heap.cc28 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()
Dstatic_init6.cc20 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()
Dstatic_init5.cc20 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()
Dpthread_key.cc29 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()
Dmmap_stress.cc25 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/
Dstress.c257 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/
Dtsan_posix.cc63 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/
Dsend_rev_2.c128 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/
Dthreadname.c54 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/
Dpitest-4.c262 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()
Dpitest-3.c292 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()
Dpitest-2.c280 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()
Dpitest-1.c254 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/
D6-3.c138 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/
D4-2.c266 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/
D4-2.c220 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/
D4-3.c278 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()

12345678910>>...40