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

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 54 int atexit_sleep_ms; member in struct:__tsan::Flags
tsan_flags.cc 50 f->atexit_sleep_ms = 1000;
73 ParseFlag(env, &f->atexit_sleep_ms, "atexit_sleep_ms");
tsan_interceptors.cc 292 REAL(usleep)(flags()->atexit_sleep_ms * 1000);
    [all...]

Completed in 52 milliseconds