| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | task_manager.cpp | 215 for (auto iter = workers_.begin(); iter != workers_.end(); iter++) { in CheckForBlockedWorkers() local 369 auto iter = std::find_if(idleWorkers_.begin(), idleWorkers_.end(), [](Worker *worker) { in TriggerShrink() local 395 for (auto iter = timeoutWorkers_.begin(); iter != timeoutWorkers_.end();) { in NotifyShrink() local 696 auto iter = callbackTable_.find(taskId); in GetCallbackInfo() local 710 auto iter = callbackTable_.find(taskId); in IncreaseRefCount() local 723 auto iter = callbackTable_.find(taskId); in DecreaseRefCount() local 736 auto iter = callbackTable_.find(task->taskId_); in NotifyCallbackExecute() local 755 auto iter = dependentTaskInfos_.find(taskId); in NotifyDependencyTaskInfo() local 799 auto iter = dependTaskInfos_.find(taskId); in IsDependendByTaskId() local 810 auto iter = dependTaskInfos_.find(taskId); in StoreTaskDependency() local [all …]
|
| D | task_group.cpp | 140 for (auto iter = taskRefs_.begin(); iter != taskRefs_.end(); iter++) { in NotifyGroupTask() local
|
| D | worker.cpp | 352 …auto iter = std::find(worker->currentTaskId_.begin(), worker->currentTaskId_.end(), task->taskId_); in NotifyHandleTaskResult() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
| D | ylong_tokio_multi_threaded.rs | 94 fn iter(runtime: Arc<Runtime>, sender: mpsc::SyncSender<()>, n: usize) { in chained_spawn() function 138 fn iter(sender: mpsc::SyncSender<()>, n: usize) { in chained_spawn() function
|
| /commonlibrary/c_utils/base/include/ |
| D | safe_map.h | 139 auto iter = map_.find(key); in Find() local 162 auto iter = map_.find(key); in FindOldAndSetNew() local
|
| D | safe_queue.h | 55 for (auto iter = deque_.begin(); iter != deque_.end(); iter++) { in Erase() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| D | lib.rs | 43 pub mod iter; module
|
| /commonlibrary/ets_utils/js_sys_module/timer/ |
| D | timer.cpp | 95 auto iter = timerTable.find(tId); in ClearTimer() local 246 auto iter = timerTable.begin(); in ClearEnvironmentTimer() local 261 auto iter = std::find_if(timerTable.begin(), timerTable.end(), [env](const auto &item) { in HasTimer() local
|
| /commonlibrary/rust/ylong_json/src/value/object/ |
| D | btree.rs | 143 pub fn iter(&self) -> Iter<'_, String, JsonValue> { in iter() method 228 let mut iter = object.iter_mut(); in ut_object_iter_mut() localVariable
|
| D | vec.rs | 150 pub fn iter(&self) -> Iter<'_, (String, JsonValue)> { in iter() method
|
| D | linked_list.rs | 147 pub fn iter(&self) -> Iter<'_, (String, JsonValue)> { in iter() method
|
| /commonlibrary/rust/ylong_json/src/value/array/ |
| D | vec.rs | 125 pub fn iter(&self) -> Iter<'_, JsonValue> { in iter() method 322 let mut iter = array.iter_mut(); in ut_array_iter_mut() localVariable
|
| D | linked_list.rs | 126 pub fn iter(&self) -> Iter<'_, JsonValue> { in iter() method 416 let mut iter = array.iter_mut(); in ut_array_iter_mut() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
| D | map.rs | 62 fn iter(self) -> Self::Iter { in iter() function
|
| D | filter.rs | 59 fn iter(self) -> Self::Iter { in iter() function
|
| D | zip.rs | 71 fn iter(self) -> Self::Iter { in iter() function
|
| D | mod.rs | 52 fn iter(self) -> Self::Iter; in iter() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | events.rs | 82 pub fn iter(&self) -> IterEvent { in iter() method 116 iter: &'a Vec<Event>, field
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_process.cpp | 102 for (auto iter = pgrous.begin(); iter != pgrous.end(); iter++) { in GetGroups() local 269 auto iter = eventMap.equal_range(temp); in Off() local 482 auto iter = pendingUnHandledRejections.begin(); in AddHandle() local 509 auto iter = eventMap.equal_range("UnHandleRejection"); in UnHandleRejection() local 543 auto iter = pendingUnHandledRejections.begin(); in CheckUnhandleRejections() local 586 auto iter = eventMap.begin(); in ClearReference() local
|
| D | js_childprocess.cpp | 359 auto iter = g_signalsMap.find(buffer); in GetValidSignal() local
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.cpp | 1125 for (auto iter = globalCallObjects_.begin(); iter != globalCallObjects_.end(); iter++) { in RemoveGlobalCallObject() local 1137 for (auto iter = globalCallObjects_.begin(); iter != globalCallObjects_.end(); iter++) { in ClearGlobalCallObject() local 1446 auto iter = globalCallObjects_.find(instanceNameStr); in HostOnGlobalCallInner() local 1810 auto iter = eventListeners_.find(listener); in HandleEventListeners() local 1915 auto iter = eventListeners_.find(typestr); in AddListenerInner() local 1934 auto iter = eventListeners_.find(typestr); in RemoveListenerInner() local 1965 for (auto iter = eventListeners_.begin(); iter != eventListeners_.end(); iter++) { in RemoveAllListenerInner() local 2086 auto iter = parentPortEventListeners_.find(typestr); in ParentPortAddListenerInner() local 2104 …for (auto iter = parentPortEventListeners_.begin(); iter != parentPortEventListeners_.end(); iter+… in ParentPortRemoveAllListenerInner() local 2117 auto iter = parentPortEventListeners_.find(typestr); in ParentPortRemoveListenerInner() local [all …]
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 419 pub fn iter(&self) -> HeaderValueIter<'_> { in iter() method 819 pub fn iter(&self) -> HeadersIter<'_> { in iter() method 1272 let mut iter = headers.iter(); in ut_headers_iter() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/ |
| D | mod.rs | 119 fn iter(self) -> Self::Iter { in iter() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | stack.rs | 117 pub(crate) fn iter(&self) -> StackRefIter<T> { in iter() method
|
| /commonlibrary/rust/ylong_json/src/ |
| D | linked_list.rs | 95 pub(crate) fn iter(&self) -> Iter<'_, T> { in iter() method 612 let mut iter = list.iter_mut(); in ut_linked_list_iter_mut() localVariable
|