| /commonlibrary/c_utils/base/test/unittest/common/ |
| D | utils_thread_test.cpp | 132 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun01); variable 159 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun01); variable 186 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun02); variable 212 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun02); variable 239 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun03); variable 265 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); variable 297 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); variable 321 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); variable 376 std::unique_ptr<TestThread2> test = std::make_unique<TestThread2>(0, TestRun03); variable
|
| D | utils_rwlock_test.cpp | 73 TestRWLock test; variable
|
| /commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/ |
| D | thread_benchmark_test.cpp | 149 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun… in BENCHMARK_F() local 189 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local 219 static void ThreadTestProcedure(std::unique_ptr<TestThread>& test, const int expectedDataValue, ben… in ThreadTestProcedure() 253 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun… in BENCHMARK_F() local 273 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local 313 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun… in BENCHMARK_F() local 333 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local 376 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local 402 void ThreadTestStart(std::unique_ptr<T>& test, benchmark::State& state) in ThreadTestStart() 426 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local [all …]
|
| /commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/ |
| D | rwlock_benchmark_test.cpp | 101 TestRWLock test; in BENCHMARK_F() local 137 TestRWLock test(false); in BENCHMARK_F() local 169 TestRWLock test; in BENCHMARK_F() local 201 TestRWLock test; in BENCHMARK_F() local 225 TestRWLock test; in BENCHMARK_F() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/num_cpus/ |
| D | mod.rs | 47 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/ |
| D | waker.rs | 37 mod test { module
|
| D | poll.rs | 71 mod test { module
|
| D | interest.rs | 74 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
| D | source_fd.rs | 43 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
| D | yield_now.rs | 79 mod test { module
|
| D | builder.rs | 83 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
| D | open_options.rs | 303 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | timeout.rs | 89 mod test { module
|
| D | timer.rs | 170 mod test { module
|
| D | sleep.rs | 279 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | socket_addr.rs | 107 mod test { module
|
| /commonlibrary/rust/ylong_json/ |
| D | bundle.json | 45 "test": [ array
|
| /commonlibrary/rust/ylong_http/ |
| D | bundle.json | 50 "test": [ array
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
| D | listener.rs | 255 mod test { module
|
| /commonlibrary/utils_lite/ |
| D | bundle.json | 48 "test": [] array
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | error.rs | 127 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
| D | socket.rs | 153 mod test { module
|
| /commonlibrary/rust/ylong_runtime/ |
| D | bundle.json | 60 "test": [ array
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/ |
| D | pipe.rs | 86 mod test { module
|
| /commonlibrary/rust/ylong_json/src/ |
| D | serializer_compact.rs | 596 let test = TestUnit; in ut_serialize_struct() localVariable 602 let test = TestNewtype(123); in ut_serialize_struct() localVariable 608 let test = TestTuple(123, 321, true); in ut_serialize_struct() localVariable 619 let test = Test { in ut_serialize_struct() localVariable
|