Home
last modified time | relevance | path

Searched defs:n (Results 1 – 14 of 14) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dsync.rs73 let mut n = mutex1.lock().await; in sdv_concurrency_with_mutex1() localVariable
81 let mut n = mutex2.lock().await; in sdv_concurrency_with_mutex1() localVariable
89 let mut n = mutex3.lock().await; in sdv_concurrency_with_mutex1() localVariable
97 let mut n = mutex4.lock().await; in sdv_concurrency_with_mutex1() localVariable
105 let mut n = mutex5.lock().await; in sdv_concurrency_with_mutex1() localVariable
128 let mut n = mutex.lock().await; in sdv_concurrency_with_mutex2() localVariable
135 let n = mutex.lock().await; in sdv_concurrency_with_mutex2() localVariable
153 let mut n = m1.lock().await; in sdv_concurrency_with_mutex3() localVariable
166 let n = mutex.lock().await; in sdv_concurrency_with_mutex3() localVariable
190 let mut n = mutex.lock().await; in sdv_concurrency_with_mutex4() localVariable
[all …]
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
Dylong_runtime_async_benchmark.rs30 let n = client.write(&buf).await.unwrap(); in run_client() localVariable
33 let n = client.read(&mut buf).await.unwrap(); in run_client() localVariable
44 let n = server.read(&mut buf).await.unwrap(); in run_server() localVariable
48 let n = server.write(&buf).await.unwrap(); in run_server() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dstdio.rs69 let n = cmp::min(buf.len(), MAX_BUF); in clone_from() localVariable
75 let n = cmp::min(self.len(), buf.remaining()); in clone_into() localVariable
128 let n = buf_inner.clone_from(buf); localVariable
149 let n = res?; localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
Dylong_tokio_mutex.rs50 let n = mutex.lock().await; localVariable
78 let n = mutex.lock().await; localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dfile_buf.rs40 let n = std::cmp::min(self.remaining(), buf.remaining()); in append_to() localVariable
55 let n = std::cmp::min(other.len(), MAX_BUF_LEN); in append() localVariable
Dasync_file.rs475 let n = w_buf.append(buf); in poll_write() localVariable
/commonlibrary/c_utils/base/src/
Dtimer_event_handler.cpp100 ssize_t n = ::read(GetHandle(), &expirations, sizeof(expirations)); in TimeOut() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dconnector.rs170 let n = conn in tunnel() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dconnector.rs197 let n = conn.read(&mut buf[pos..]).await?; in tunnel() localVariable
/commonlibrary/ets_utils/js_util_module/util/
Djs_uuid.cpp116 int n = 0xb; // down of numerical range in GenerateUuid() local
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp302 ssize_t n = ::read(GetFd(), &expirations, sizeof(expirations)); in TimeOut() local
907 ssize_t n = ::read(handler_->GetFd(), &expirations, sizeof(expirations)); in TimeOut() local
Dutils_refbase_test.cpp322 for (int n = 0; n < 1; n++) { variable
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
Dmod.rs559 let mut n = rng.get(); in xor_shift() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs358 let mut n = src_rear.wrapping_sub(src_front_real); in steal_into() localVariable