[libFuzzer] use sleep() instead of std::this_thread::sleep_for to avoid coverage...
authorKostya Serebryany <kcc@google.com>
Mon, 19 Sep 2016 20:32:34 +0000 (20:32 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 19 Sep 2016 20:32:34 +0000 (20:32 +0000)
commit3750c04f7e956bb24452556ca42ab3e2942a5b00
treeee9d381d835b440383f1240b8d7f0180c6825309
parentcaa6024303ffd55cd9a457f7f7d46904ee3b720b
[libFuzzer] use sleep() instead of  std::this_thread::sleep_for to  avoid coverage from instrumented libc++

llvm-svn: 281933
llvm/lib/Fuzzer/FuzzerUtil.cpp