Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 44) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dselect.rs37 let mut count = 0; in sdv_new_select_basic() localVariable
106 let mut count = 0u8; in sdv_new_select_biased() localVariable
159 let mut count = 0; in sdv_new_select_match() localVariable
198 let mut count = 0; in sdv_new_select_precondition() localVariable
Dtimer_test.rs95 count: u32, field
/commonlibrary/ets_utils/js_util_module/container/lightweightmap/
Djs_lightweightmap.ts93 let count: number = 0; variable
134 let count: number = 0; variable
232 let count: number = 0; variable
/commonlibrary/ets_utils/js_util_module/container/hashmap/
Djs_hashmap.ts104 let count: number = 0; variable
121 let count: number = 0; variable
152 let count: number = 0; variable
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Dhitrace_helper.h22 #define HITRACE_HELPER_COUNT_TRACE(msg, count) CountTrace(HITRACE_TAG_COMMONLIBRARY, msg, count) argument
27 #define HITRACE_HELPER_COUNT_TRACE(msg, count) argument
Derror_helper.h169 …ic std::vector<std::string> SplitErrorFileInfo(const std::string& input, char delimiter, int count) in SplitErrorFileInfo()
/commonlibrary/ets_utils/js_util_module/container/hashset/
Djs_hashset.ts102 let count: number = 0; variable
119 let count: number = 0; variable
/commonlibrary/ets_utils/js_util_module/container/lightweightset/
Djs_lightweightset.ts167 let count: number = 0; variable
201 let count: number = 0; variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_create_thread_fail.rs21 let mut count = 0; in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dfastrand.rs49 let mut count = 0; in seed() localVariable
/commonlibrary/c_utils/base/src/
Drwlock.cpp34 int count; in LockRead() local
Drefbase.cpp617 int count = 0; in AttemptAcquire() local
632 int count = 0; in AttemptIncStrongRef() local
/commonlibrary/ets_utils/platform/default/
Dprocess_helper.cpp80 int count = 1; in GetProcessStartRealtime() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs111 pub(crate) fn count(&self) -> u64 { in count() method
140 count: AtomicU64, field
159 fn count(&self) -> u64 { in count() method
303 let count = LOCAL_QUEUE_CAP / 2; in push_overflowed() localVariable
352 let mut count = loop { in steal_into() localVariable
430 count: AtomicU64, field
487 let mut count = 1; in pop_batch() localVariable
Dworker.rs226 pub(crate) count: u32, field
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
Dpart.rs174 let mut count = 0; in data() localVariable
197 let mut count = 0; in poll_data() localVariable
Dmulti.rs284 let mut count = 0; in data() localVariable
316 let mut count = 0; in poll_data() localVariable
/commonlibrary/ets_utils/js_util_module/container/plainarray/
Djs_plainarray.ts173 let count: number = 0; variable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_timer_test.cpp282 void DoFunc(Utils::Timer &timer, int &count) in DoFunc()
296 void DoFunc2(Utils::Timer &timer, int &count) in DoFunc2()
Dutils_refbase_test.cpp494 int count = testobject->GetWptrRefCount(); variable
676 int count = testobject->GetWptrRefCount(); variable
/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/
Dtimer_benchmark_test.cpp257 void DoFunc(Utils::Timer &timer, int &count) in DoFunc()
273 void DoFunc2(Utils::Timer &timer, int &count) in DoFunc2()
/commonlibrary/ets_utils/js_util_module/util/
Djs_uuid.cpp217 unsigned char *count = static_cast<unsigned char*>(data); in DoParseUUID() local
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
Dspin_rwlock.rs112 let count = &self.version_holder_count[version]; in wait_version_release() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Devents.rs131 fn count(self) -> usize { in count() method
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dasync_lock.cpp251 uint32_t count = --refCount_; in DecRefCount() local

12