Searched refs:thr2 (Results 1 – 5 of 5) 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/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/valgrind/none/tests/ |
D | threadederrno.c | 10 void* thr2 ( void* v ) in thr2() function 34 pthread_create(&tid2, NULL, &thr2, NULL); in main()
|
/external/valgrind/helgrind/tests/ |
D | bar_bad.c | 38 pthread_t thr1, thr2, slp1, slp2, ext1; in main() local 78 pthread_create(&thr2, NULL, child1, (void*)bar4); 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()
|