/external/valgrind/main/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()
|
D | threaded-fork.c | 23 pthread_create( &childthread, NULL, threadmain, (void *)2 ); in main() 28 pthread_create( &childthread, NULL, threadmain, 0 ); in main()
|
D | threadederrno.c | 27 pthread_create(&tid2, NULL, &thr2, NULL); in main() 28 pthread_create(&tid3, NULL, &thr3, NULL); in main()
|
/external/valgrind/main/ |
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/main/helgrind/tests/ |
D | hg04_race.c | 19 pthread_create(&a, NULL, th, NULL); in main() 21 pthread_create(&b, NULL, th, NULL); in main()
|
D | hg06_readshared.c | 24 pthread_create(&a, NULL, t1, NULL); in main() 25 pthread_create(&b, NULL, t2, NULL); in main()
|
D | annotate_hbefore.c | 223 r= pthread_create( &t1, NULL, &thread_fn, (void*)&w ); assert(!r); 224 r= pthread_create( &t2, NULL, &thread_fn, (void*)&w ); assert(!r); 293 r= pthread_create( &t1, NULL, &thread_fn1, (void*)&w ); assert(!r); in main() 294 r= pthread_create( &t2, NULL, &thread_fn2, (void*)&w ); assert(!r); in main()
|
D | hg01_all_ok.c | 25 pthread_create(&a, NULL, th, NULL); in main() 26 pthread_create(&b, NULL, th, NULL); in main()
|
D | hg05_race2.c | 27 pthread_create(&a, NULL, th, &foo); in main() 29 pthread_create(&b, NULL, th, &foo); in main()
|
D | locked_vs_unlocked1.c | 29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) { in main() 34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) { in main()
|
D | hg03_inherit.c | 44 pthread_create(&a, NULL, t1, (void *)&shared[0]); in main() 46 pthread_create(&b, NULL, t2, (void *)&shared[1]); in main()
|
D | hg02_deadlock.c | 35 pthread_create(&a, NULL, t1, NULL); in main() 36 pthread_create(&b, NULL, t2, NULL); in main()
|
D | tc22_exit_w_lock.c | 39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r); in main() 42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r); in main()
|
D | tc22_exit_w_lock.stderr.exp-kfail-x86 | 7 by 0x........: pthread_create@* (hg_intercepts.c:...) 20 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
/external/llvm/unittests/Support/ |
D | ManagedStatic.cpp | 36 pthread_create(&t1, NULL, test1::helper, NULL); in TEST() 37 pthread_create(&t2, NULL, test1::helper, NULL); in TEST()
|
/external/valgrind/main/drd/tests/ |
D | annotate_hb_race.c | 35 pthread_create(&tid[0], 0, thread_func, &result[0]); in main() 36 pthread_create(&tid[1], 0, thread_func, &result[1]); in main()
|
D | threaded-fork.c | 25 pthread_create(&childthread, NULL, threadmain, (void *)2); in main() 31 pthread_create(&childthread, NULL, threadmain, 0); in main()
|
D | rwlock_race.c | 47 pthread_create(&thread1, 0, thread_func, 0); in main() 48 pthread_create(&thread2, 0, thread_func, 0); in main()
|
D | pth_cleanup_handler.c | 49 if (pthread_create(&pt1, NULL, f, NULL) != 0) in main() 54 if (pthread_create(&pt2, NULL, f, NULL) != 0) in main()
|
D | pth_create_chain.c | 22 pthread_create(&s_thread[thread_count], 0, thread_func, in thread_func() 42 pthread_create(&s_thread[thread_count], 0, thread_func, in main()
|
D | atomic_var.c | 59 pthread_create(&tid[0], 0, thread_func_1, 0); in main() 60 pthread_create(&tid[1], 0, thread_func_2, 0); in main()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_racy_double_free_test.cc | 28 pthread_create(&t[0], 0, Thread1, 0); in main() 29 pthread_create(&t[1], 0, Thread2, 0); in main()
|
/external/valgrind/main/gdbserver_tests/ |
D | t.c | 125 pthread_create(&ebbr, NULL, brussels_fn, NULL); in main() 126 pthread_create(&egll, NULL, london_fn, NULL); in main() 127 pthread_create(&zzzz, NULL, petaouchnok_fn, NULL); in main()
|