HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 26 - 50 of 1067) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/lit_tests/
thread_leak2.c 11 pthread_create(&t, 0, Thread, 0);
aligned_vs_unaligned_race.cc 26 pthread_create(&t[0], NULL, Thread1, NULL);
27 pthread_create(&t[1], NULL, Thread2, NULL);
fd_close_norace.cc 24 pthread_create(&t[0], NULL, Thread1, NULL);
25 pthread_create(&t[1], NULL, Thread2, NULL);
fd_dup_norace.cc 27 pthread_create(&t[0], NULL, Thread1, NULL);
28 pthread_create(&t[1], NULL, Thread2, NULL);
fd_location.cc 23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
fd_pipe_norace.cc 26 pthread_create(&t[0], NULL, Thread1, NULL);
27 pthread_create(&t[1], NULL, Thread2, NULL);
fd_pipe_race.cc 23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
fd_socketpair_norace.cc 30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
fd_stdout_race.cc 29 pthread_create(&t[0], NULL, Thread1, NULL);
30 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);
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);
suppressions_race.cc 21 pthread_create(&t[0], NULL, Thread1, NULL);
22 pthread_create(&t[1], NULL, Thread2, NULL);
suppressions_race2.cc 21 pthread_create(&t[0], NULL, Thread1, NULL);
22 pthread_create(&t[1], NULL, Thread2, NULL);
thread_name.cc 29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
vptr_benign_race.cc 44 pthread_create(&t[0], NULL, Thread1, NULL);
45 pthread_create(&t[1], NULL, Thread2, NULL);
vptr_harmful_race.cc 45 pthread_create(&t[0], NULL, Thread1, NULL);
46 pthread_create(&t[1], NULL, Thread2, NULL);
vptr_harmful_race2.cc 45 pthread_create(&t[0], NULL, Thread1, NULL);
46 pthread_create(&t[1], NULL, Thread2, NULL);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
unpoison_tls.cc 30 assert(0 == pthread_create(&p, 0, first, 0));
32 assert(0 == pthread_create(&p, 0, second, 0));
  /external/compiler-rt/lib/asan/tests/
asan_racy_double_free_test.cc 28 pthread_create(&t[0], 0, Thread1, 0);
29 pthread_create(&t[1], 0, Thread2, 0);
  /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]);
annotate_static.cpp 4 #include <pthread.h> /* pthread_create() */
40 pthread_create(&tid, 0, thread_func, NULL);

Completed in 267 milliseconds

12 3 4 5 6 7 8 91011>>