Home
last modified time | relevance | path

Searched defs:t (Results 1 – 16 of 16) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_safe_block_queue_test.cpp76 for (auto& t : demoDatas) { in GetThreadDatePushedStatus() local
91 for (auto& t : demoDatas) { in GetThreadDateGetedStatus() local
142 int t = qi.Pop(); variable
187 for (auto& t : threads) { variable
248 for (auto& t : threads) { variable
277 int t = i; variable
305 for (auto& t : threads) { variable
360 for (auto& t : threads) { variable
386 int t = 1; variable
420 for (auto& t : threads) { variable
[all …]
Dutils_safe_block_queue_tracking.cpp87 for (auto& t : demoDatas) { in GetThreadDatePushedStatus() local
101 for (auto& t : demoDatas) { in GetThreadDateGetedStatus() local
148 int t = qi.Pop(); variable
192 for (auto& t : threads) { variable
258 for (auto& t : threads) { variable
290 int t = i; variable
324 for (auto& t : threads) { variable
383 for (auto& t : threads) { variable
413 int t = 1; variable
463 for (auto& t : threads) { variable
[all …]
Dutils_safe_queue_test.cpp76 int t = 0; in GetHandleThreadDataTime() local
112 for (auto &t : demoDatas) in GetThreadDatePushedStatus() local
127 for (auto &t : demoDatas) in GetThreadDateGetedStatus() local
140 for (auto &t : threads) in ResetStatus() local
185 int t = 0; variable
256 int t = 1; variable
Dutils_sorted_vector_test.cpp346 for (int t = 0; t < arraySize; ++t) { variable
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
Dsafe_block_queue_benchmark_test.cpp95 for (auto& t : demoDatas) { in GetThreadDatePushedStatus() local
109 for (auto& t : demoDatas) { in GetThreadDateGetedStatus() local
167 int t = qi.Pop(); in BENCHMARK_F() local
212 for (auto& t : threads) { in BENCHMARK_F() local
265 for (auto& t : threads) { in BENCHMARK_F() local
293 int t = i; in BENCHMARK_F() local
320 for (auto& t : threads) { in BENCHMARK_F() local
372 for (auto& t : threads) { in BENCHMARK_F() local
400 int t = 1; in BENCHMARK_F() local
457 int t = i; in BENCHMARK_F() local
[all …]
/commonlibrary/c_utils/base/test/benchmarktest/safe_queue_benchmark_test/
Dsafe_queue_benchmark_test.cpp114 int t = 0; in GetHandleThreadDataTime() local
180 for (auto &t : demoDatas) { in GetThreadDatePushedStatus() local
195 for (auto &t : demoDatas) { in GetThreadDateGetedStatus() local
209 for (auto &t : demoDatas) { in GetThreadDateEraseStatus() local
223 for (auto &t : demoDatas) { in GetThreadDateEmptyStatus() local
236 for (auto &t : threads) { in ResetStatus() local
278 int t = 0; in BENCHMARK_F() local
357 int t = 1; in BENCHMARK_F() local
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
Dsafe_block_queue_tracking_benchmark_test.cpp111 for (auto& t : demoDatas) { in GetThreadDatePushedStatus() local
125 for (auto& t : demoDatas) { in GetThreadDateGetedStatus() local
161 for (auto& t : threads) { in joinAllThreads() local
211 int t = qi.Pop(); in BENCHMARK_F() local
342 int t = i; in BENCHMARK_F() local
443 int t = 1; in BENCHMARK_F() local
502 int t = i; in BENCHMARK_F() local
519 int t = i; in BENCHMARK_F() local
558 int t = i; in BENCHMARK_F() local
612 int t = 1; in BENCHMARK_F() local
/commonlibrary/c_utils/base/test/benchmarktest/safe_map_benchmark_test/
Dsafe_map_benchmark_test.cpp438 for (auto& t : threads) { in BENCHMARK_F() local
490 for (auto& t : threads) { in BENCHMARK_F() local
494 for (auto& t : checkThread) { in BENCHMARK_F() local
543 for (auto& t : threads) { in BENCHMARK_F() local
547 for (auto& t : vcfi) { in BENCHMARK_F() local
593 for (auto& t : threads) in BENCHMARK_F() local
596 for (auto& t : vcfi) in BENCHMARK_F() local
604 int t = -1; in BENCHMARK_F() local
/commonlibrary/c_utils/base/test/benchmarktest/
Dassert.h38 void AssertFalse(const T &t, const char* printInfo, benchmark::State& state) in AssertFalse()
46 void AssertTrue(const T &t, const char* printInfo, benchmark::State& state) in AssertTrue()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
Dspawner.rs53 let t: Box<Task> = Box::new(t); in ffrt_submit() localVariable
/commonlibrary/c_utils/base/src/
Dthread_pool.cpp50 std::thread t(&ThreadPool::WorkInThread, this); in Start() local
Dthread_ex.cpp67 auto t = new ThreadParam; // t would be delete in ThreadParam::Proxy in CreatePThread() local
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs278 t: Option<bool>, field
/commonlibrary/rust/ylong_json/src/
Ddeserializer.rs110 let t = T::deserialize(&mut deserializer)?; in from_reader() localVariable
143 let t = T::deserialize(&mut deserializer)?; in from_slice() localVariable
1141 let t = r#"{"Tuple":[1,2]}"#.as_bytes(); in ut_deserialize_enum() localVariable
Dserializer_compact.rs658 let t = E::Tuple(100, 200); in ut_serialize_enum() localVariable
/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/
Dsorted_vector_benchmark_test.cpp411 for (int t = 0; t < arraySize; ++t) { in BENCHMARK_F() local