HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_func_enter (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/go/
test.c 23 void __tsan_func_enter(void *thr, void *pc);
43 __tsan_func_enter(thr0, (char*)&main + 1);
51 __tsan_func_enter(thr1, (char*)&foobar + 1);
52 __tsan_func_enter(thr1, (char*)&foobar + 1);
58 __tsan_func_enter(thr2, (char*)&foobar + 1);
tsan_go.cc 152 void __tsan_func_enter(ThreadState *thr, void *pc) { function

Completed in 271 milliseconds