HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 101 - 125 of 1509) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
mmap_stress.cc 22 pthread_create(&th[i], 0, SubWorker, 0);
32 pthread_create(&th[i], 0, Worker1, 0);
41 pthread_create(&th[i], 0, Worker, 0);
race_with_finished_thread.cc 28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
41 // CHECK: #0 pthread_create
atomic_free3.cc 14 pthread_create(&t, 0, Thread, a);
fd_close_norace2.cc 21 pthread_create(&t, 0, Thread, 0);
halt_on_error.cc 16 pthread_create(&t, 0, Thread, 0);
heap_race.cc 17 pthread_create(&t, NULL, Thread, p);
ignore_sync.cc 22 pthread_create(&t, 0, Thread, 0);
java_race.cc 18 pthread_create(&th, 0, Thread, (void*)jheap);
malloc_stack.cc 16 pthread_create(&th, 0, thr, p);
race_on_barrier.c 27 pthread_create(&t, NULL, Thread1, NULL);
race_stress.cc 18 pthread_create(&th[i], 0, thr, 0);
race_top_suppression.cc 22 pthread_create(&t, 0, Thread, 0);
setuid.c 19 pthread_create(&th, 0, thread, 0);
sleep_sync2.cc 16 pthread_create(&t, 0, Thread, 0);
stack_race.cc 14 pthread_create(&t, 0, Thread, &Var);
suppress_same_address.cc 25 pthread_create(&t, 0, Thread1, 0);
thread_leak5.c 14 pthread_create(&t, 0, Thread, 0);
vptr_harmful_race4.cc 27 pthread_create(&t, 0, Thread, obj);
  /external/valgrind/memcheck/tests/
threadname.c 54 r = pthread_create(&children[2], NULL, child_fn_2, NULL);
69 r = pthread_create(&children[1], NULL, child_fn_1, NULL);
84 r = pthread_create(&children[0], NULL, child_fn_0, NULL);
  /external/valgrind/none/tests/
pth_cvsimple.c 67 pthread_create(&threads[0], NULL, watch_count, NULL);
69 pthread_create(&threads[1], NULL, inc_count, NULL);
70 pthread_create(&threads[2], NULL, inc_count, NULL);
  /external/compiler-rt/test/msan/
tls_reuse.cc 22 pthread_create(&t, 0, ThreadFn, 0);
  /external/compiler-rt/test/safestack/
pthread-cleanup.c 23 if (pthread_create(&t1, NULL, t1_start, NULL))
  /external/valgrind/drd/tests/
filter_annotate_barrier_xml 14 if ($0 == " <file>pthread_create.c</file>") {
linuxthreads_det.c 32 pthread_create(&threadid, 0, thread_func, 0);
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue5337.go 20 pthread_create(&tid, 0, thread1, NULL);

Completed in 197 milliseconds

1 2 3 45 6 7 8 91011>>