master
h 10 lines 201 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_BENCHMARK_RW_H
4 #define NETDATA_BENCHMARK_RW_H
5
6 #include "../libnetdata.h"
7
8 int rwlocks_stress_test(void);
9
10 #endif //NETDATA_BENCHMARK_RW_H