Home
last modified time | relevance | path

Searched refs:barfoo (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c58 void barfoo() {} in barfoo() function
76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main()
79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main()
84 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main()
86 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main()
90 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main()
99 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main()