Home
last modified time | relevance | path

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

12

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_thread_test.cpp132 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun01); variable
160 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun01); variable
188 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun02); variable
215 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun02); variable
243 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun03); variable
270 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); variable
303 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); variable
327 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); variable
382 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.cpp148 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun… in BENCHMARK_F() local
188 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local
228 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun… in BENCHMARK_F() local
267 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local
307 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun… in BENCHMARK_F() local
344 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local
387 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local
421 …std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun0… in BENCHMARK_F() local
484 std::unique_ptr<TestThread2> test = std::make_unique<TestThread2>(0, TestRun03); in BENCHMARK_F() local
/commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/
Drwlock_benchmark_test.cpp100 TestRWLock test; in BENCHMARK_F() local
136 TestRWLock test(false); in BENCHMARK_F() local
168 TestRWLock test; in BENCHMARK_F() local
200 TestRWLock test; in BENCHMARK_F() local
224 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_runtime/tests/
Dbuilder.rs15 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dyield_now.rs91 mod test { module
Dbuilder.rs83 mod test { module
Djoin_handle.rs169 mod test { module
/commonlibrary/rust/ylong_json/
Dbundle.json34 "test": [] array
/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
Dsleep.rs273 mod test { module
Dtimer.rs170 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs224 mod test { module
/commonlibrary/rust/ylong_runtime/
Dbundle.json46 "test": [ array
/commonlibrary/rust/ylong_http/
Dbundle.json48 "test": [ array
/commonlibrary/utils_lite/
Dbundle.json48 "test": [] array
/commonlibrary/memory_utils/
Dbundle.json72 "test": [ array
/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
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dmulti_thread_builder.rs173 mod test { module
Dmod.rs142 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Derror.rs197 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Ddatagram.rs453 mod test { module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_buf.rs247 mod test { module

12