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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 99 EXPECT_TRUE(SanitizerGetThreadName(buff, sizeof(buff) - 1));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 146 bool SanitizerGetThreadName(char *name, int max_len) {
sanitizer_common.h 349 bool SanitizerGetThreadName(char *name, int max_len);

Completed in 156 milliseconds