forked from OSchip/llvm-project
parent
5ef2175866
commit
abc1a5cb9b
|
@ -65,7 +65,6 @@ class TestData {
|
||||||
};
|
};
|
||||||
|
|
||||||
const int kThreads = 8;
|
const int kThreads = 8;
|
||||||
const int kWriteRate = 1024;
|
|
||||||
#if SANITIZER_DEBUG
|
#if SANITIZER_DEBUG
|
||||||
const int kIters = 16*1024;
|
const int kIters = 16*1024;
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -67,7 +67,6 @@ extern "C" void __libc_free(void *ptr);
|
||||||
extern "C" int mallopt(int param, int value);
|
extern "C" int mallopt(int param, int value);
|
||||||
const int PTHREAD_MUTEX_RECURSIVE = 1;
|
const int PTHREAD_MUTEX_RECURSIVE = 1;
|
||||||
const int PTHREAD_MUTEX_RECURSIVE_NP = 1;
|
const int PTHREAD_MUTEX_RECURSIVE_NP = 1;
|
||||||
const int kPthreadAttrSize = 56;
|
|
||||||
const int EINVAL = 22;
|
const int EINVAL = 22;
|
||||||
const int EBUSY = 16;
|
const int EBUSY = 16;
|
||||||
const int EPOLL_CTL_ADD = 1;
|
const int EPOLL_CTL_ADD = 1;
|
||||||
|
|
Loading…
Reference in New Issue