HomeSort by relevance Sort by last modified time
    Searched refs:pthread_create (Results 51 - 75 of 709) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/lit_tests/
mutexset8.cc 33 pthread_create(&t[0], NULL, Thread1, NULL);
34 pthread_create(&t[1], NULL, Thread2, NULL);
race_on_mutex.c 28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
race_on_read.cc 21 pthread_create(&t[0], NULL, Thread, NULL);
22 pthread_create(&t[1], NULL, Thread, NULL);
race_on_write.cc 27 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
race_with_finished_thread.cc 29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
42 // CHECK: #0 pthread_create
static_init2.cc 26 pthread_create(&t[0], 0, Thread, 0);
27 pthread_create(&t[1], 0, Thread, 0);
static_init3.cc 41 pthread_create(&t[0], 0, Thread1, 0);
42 pthread_create(&t[1], 0, Thread2, 0);
static_init4.cc 30 pthread_create(&t[0], 0, Thread1, 0);
31 pthread_create(&t[1], 0, Thread1, 0);
thread_name.cc 29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
tsan-vs-gvn.cc 30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
atomic_free.cc 13 pthread_create(&t, 0, Thread, a);
atomic_free2.cc 14 pthread_create(&t, 0, Thread, a);
fd_close_norace2.cc 21 pthread_create(&t, 0, Thread, 0);
global_race.cc 16 pthread_create(&t, 0, Thread, 0);
heap_race.cc 14 pthread_create(&t, NULL, Thread, p);
java_race.cc 16 pthread_create(&th, 0, Thread, jheap);
malloc_stack.cc 16 pthread_create(&th, 0, thr, p);
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 49 pthread_create(&thread1, NULL, thread1_main, NULL);
50 pthread_create(&thread2, NULL, thread2_main, NULL);
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 35 pthread_create(&tid[0], 0, thread_func, &result[0]);
36 pthread_create(&tid[1], 0, thread_func, &result[1]);
rwlock_race.c 47 pthread_create(&thread1, 0, thread_func, 0);
48 pthread_create(&thread2, 0, thread_func, 0);
  /external/valgrind/main/helgrind/tests/
hg02_deadlock.c 35 pthread_create(&a, NULL, t1, NULL);
36 pthread_create(&b, NULL, t2, NULL);
hg03_inherit.c 44 pthread_create(&a, NULL, t1, (void *)&shared[0]);
46 pthread_create(&b, NULL, t2, (void *)&shared[1]);
locked_vs_unlocked1.c 29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) {
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
  /external/bison/lib/glthread/
threadlib.c 49 if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
init-order-pthread-create.cc 1 // Check that init-order checking is properly disabled if pthread_create is
16 pthread_create(&t, 0, run, input);

Completed in 95 milliseconds

1 23 4 5 6 7 8 91011>>