Searched refs:pthread_create (Results 201 - 225 of 493) sorted by relevance

1234567891011>>

/external/lldb/test/python_api/module_section/
H A Dmain.cpp88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc45 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func,
/external/compiler-rt/lib/tsan/benchmarks/
H A Dstart_many_threads.cc40 int status = pthread_create(&t[i], 0, Thread, (void*)i);
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_thread.cc54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0);
/external/compiler-rt/test/asan/TestCases/
H A Dcurrent_allocated_bytes.cc32 pthread_create(&thr[j], 0, (j < 2) ? allocate : check_stats, 0));
H A Dstack-use-after-return.cc73 pthread_create(&t, &attr, Thread, 0);
/external/compiler-rt/test/tsan/
H A Dbarrier.cc32 pthread_create(&th[i], 0, thr, (void*)(long)i);
H A Dcond_race.cc31 pthread_create(&th, 0, thr, c);
H A Djava_lock_move.cc29 pthread_create(&th, 0, Thread, 0);
H A Djava_lock_rec.cc38 pthread_create(&th, 0, Thread, 0);
H A Djava_lock_rec_race.cc36 pthread_create(&th, 0, Thread, 0);
H A Djava_move_overlap_race.cc39 pthread_create(&th, 0, Thread, 0);
H A Dsignal_errno.cc39 pthread_create(&th, 0, sendsignal, 0);
H A Dsimple_stack.c38 pthread_create(t, NULL, f, NULL);
60 // CHECK-NEXT: #0 pthread_create {{.*}} ({{.*}})
64 // CHECK-NEXT: #0 pthread_create {{.*}} ({{.*}})
/external/lldb/test/functionalities/expr-doesnt-deadlock/
H A Dlocking.c63 pthread_create (&thread_1, NULL, lock_acquirer_1, NULL);
/external/strace/test/
H A Dchildthread.c36 i = pthread_create(&thread0, NULL, start0, NULL);
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw.c43 pthread_create(&tid, 0, thread_func, 0);
H A Dannotate_ignore_write.c43 pthread_create(&tid, 0, thread_func, 0);
H A Dconcurrent_close.cpp37 r = pthread_create(&threads[i], &attr, thread, 0);
H A Dfp_race.c71 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_cond_destroy_busy.c45 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_cond_race.c46 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_spinlock.c46 pthread_create(&tid[i], 0, thread_func, 0);
H A Dsem_as_mutex.c72 pthread_create(&threadid, 0, thread_func, 0);
/external/valgrind/main/helgrind/tests/
H A Dbar_trivial.c44 r = pthread_create(&thr[i], NULL, child_fn, (void*)i);

Completed in 2671 milliseconds

1234567891011>>