test.c | 61 void *thr0 = 0; local in function:main 63 __tsan_init(&thr0, &proc0, symbolize_cb); 76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); 78 __tsan_func_enter(thr0, (char*)&main + 1); 79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); 80 __tsan_release(thr0, buf); 81 __tsan_release_merge(thr0, buf); 83 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); 85 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); 86 __tsan_func_exit(thr0); [all...] |