HomeSort by: relevance | last modified time | path
    Searched defs:barfoo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
test.c 58 void barfoo() {} function in typeref:typename:void
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 28 milliseconds