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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtest.c58 void barfoo() {} function
76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
83 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
85 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
89 __tsan_write(thr1, buf, (char*)&barfoo + 1);
98 __tsan_read(thr2, buf, (char*)&barfoo + 1);

Completed in 155 milliseconds