Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 70) sorted by relevance

123

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_thread_test.cpp132 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
Dutils_rwlock_test.cpp73 TestRWLock test; variable
/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
Dthread_benchmark_test.cpp149 …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/
Drwlock_benchmark_test.cpp101 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/
Dmod.rs47 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dwaker.rs37 mod test { module
Dpoll.rs71 mod test { module
Dinterest.rs74 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dsource_fd.rs43 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dyield_now.rs79 mod test { module
Dbuilder.rs83 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dopen_options.rs303 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimeout.rs89 mod test { module
Dtimer.rs170 mod test { module
Dsleep.rs279 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dsocket_addr.rs107 mod test { module
/commonlibrary/rust/ylong_json/
Dbundle.json45 "test": [ array
/commonlibrary/rust/ylong_http/
Dbundle.json50 "test": [ array
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs255 mod test { module
/commonlibrary/utils_lite/
Dbundle.json48 "test": [] array
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Derror.rs127 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dsocket.rs153 mod test { module
/commonlibrary/rust/ylong_runtime/
Dbundle.json60 "test": [ array
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dpipe.rs86 mod test { module
/commonlibrary/rust/ylong_json/src/
Dserializer_compact.rs596 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

123