mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update ThreadFuzzer.cpp
This commit is contained in:
parent
d6597efc08
commit
eff285e24a
@ -294,8 +294,8 @@ void ThreadFuzzer::setup() const
|
||||
|
||||
#if THREAD_FUZZER_WRAP_PTHREAD
|
||||
# define MAKE_WRAPPER(RET, NAME, ...) \
|
||||
extern "C" RET __##NAME(__VA_ARGS__); \
|
||||
extern "C" RET NAME(__VA_ARGS__) \
|
||||
extern "C" RET __##NAME(__VA_ARGS__); /* NOLINT */ \
|
||||
extern "C" RET NAME(__VA_ARGS__) /* NOLINT */ \
|
||||
{ \
|
||||
injection( \
|
||||
NAME##_before_yield_probability.load(std::memory_order_relaxed), \
|
||||
|
Loading…
Reference in New Issue
Block a user