Searched refs:thr2 (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | test.c | 67 void *thr2 = 0; in main() local 68 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main() 80 __tsan_func_enter(thr2, (char*)&foobar + 1); in main() 81 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main() 83 __tsan_func_exit(thr2); in main() 84 __tsan_go_end(thr2); in main()
|
/external/llvm-project/compiler-rt/lib/tsan/go/ |
D | test.c | 85 void *thr2 = 0; in main() local 86 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main() 98 __tsan_func_enter(thr2, (char*)&foobar + 1); in main() 99 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main() 101 __tsan_func_exit(thr2); in main() 102 __tsan_go_end(thr2); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | custom_mutex3.cpp | 20 void *thr2(void *arg) { in thr2() function 35 pthread_create(&th, 0, thr2, 0); in main()
|
D | cond.c | 29 void *thr2(void *p) { in thr2() function 49 pthread_create(&th2, 0, thr2, 0); in main()
|
/external/compiler-rt/test/tsan/ |
D | cond.c | 29 void *thr2(void *p) { in thr2() function 49 pthread_create(&th2, 0, thr2, 0); in main()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 75 ThreadClock thr2(2); in TEST() local 76 thr2.tick(); in TEST() 81 thr2.acquire(&cache, &sync); in TEST() 82 thr2.acquire(&cache, &sync); in TEST()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cpp | 99 ThreadClock thr2(2); in TEST() local 100 thr2.tick(); in TEST() 105 thr2.acquire(&cache, &sync); in TEST() 106 thr2.acquire(&cache, &sync); in TEST()
|