HomeSort by relevance Sort by last modified time
    Searched refs:Thread2 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/compiler-rt/test/tsan/
stack_race2.cc 4 void *Thread2(void *a) {
13 pthread_create(&t, 0, Thread2, &Var);
suppress_same_address.cc 14 void *Thread2(void *x) {
26 Thread2(0);
tls_race2.cc 4 void *Thread2(void *a) {
13 pthread_create(&t, 0, Thread2, &Var);
atomic_stack.cc 12 void *Thread2(void *x) {
22 pthread_create(&t[1], NULL, Thread2, NULL);
default_options.cc 16 void *Thread2(void *x) {
24 pthread_create(&t[1], NULL, Thread2, NULL);
fd_location.cc 12 void *Thread2(void *x) {
24 pthread_create(&t[1], NULL, Thread2, NULL);
fd_pipe_race.cc 12 void *Thread2(void *x) {
24 pthread_create(&t[1], NULL, Thread2, NULL);
32 // CHECK: #1 Thread2
mop1.c 6 // - thread2 reads X, this read happens-before the write in main thread
21 void *Thread2(void *x) {
33 pthread_create(&t[1], 0, Thread2, 0);
race_on_barrier.c 18 void *Thread2(void *x) {
28 Thread2(0);
race_on_barrier2.c 20 void *Thread2(void *x) {
30 Thread2(0);
race_on_heap.cc 12 void *Thread2(void *p) {
32 pthread_create(&t[1], 0, Thread2, (char*)p + 16);
race_with_finished_thread.cc 18 void *Thread2(void *x) {
29 pthread_create(&t[1], NULL, Thread2, NULL);
simple_race.c 12 void *Thread2(void *x) {
22 pthread_create(&t[1], NULL, Thread2, NULL);
simple_race.cc 12 void *Thread2(void *x) {
22 pthread_create(&t[1], NULL, Thread2, NULL);
suppressions_global.cc 12 void *Thread2(void *x) {
20 pthread_create(&t[1], NULL, Thread2, NULL);
suppressions_race.cc 12 void *Thread2(void *x) {
22 pthread_create(&t[1], NULL, Thread2, NULL);
suppressions_race2.cc 12 void *Thread2(void *x) {
22 pthread_create(&t[1], NULL, Thread2, NULL);
thread_name2.cc 20 void *Thread2(void *x) {
31 pthread_create(&t[1], 0, Thread2, 0);
aligned_vs_unaligned_race.cc 15 void *Thread2(void *x) {
28 pthread_create(&t[1], NULL, Thread2, NULL);
fd_close_norace.cc 14 void *Thread2(void *x) {
25 pthread_create(&t[1], NULL, Thread2, NULL);
fd_dup_norace.cc 18 void *Thread2(void *x) {
28 pthread_create(&t[1], NULL, Thread2, NULL);
fd_pipe_norace.cc 15 void *Thread2(void *x) {
27 pthread_create(&t[1], NULL, Thread2, NULL);
fd_socketpair_norace.cc 18 void *Thread2(void *x) {
31 pthread_create(&t[1], NULL, Thread2, NULL);
fd_stdout_race.cc 19 void *Thread2(void *x) {
30 pthread_create(&t[1], NULL, Thread2, NULL);
39 // CHECK: #0 Thread2
free_race.c 18 void *Thread2(void *x) {
32 Thread2(0);
40 // CHECK-NOZUPP: #0 Thread2
45 // CHECK-NOZUPP: SUMMARY: ThreadSanitizer: heap-use-after-free{{.*}}Thread2
47 // CHECK-SUPP: 1 race:^Thread2$

Completed in 125 milliseconds

1 2 3