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

  /external/compiler-rt/lib/tsan/go/
test.c 18 void __tsan_map_shadow(void *addr, unsigned long size);
40 __tsan_map_shadow(buf, sizeof(buf) + 4096);
tsan_go.cc 105 void __tsan_map_shadow(uptr addr, uptr size) { function

Completed in 34 milliseconds