/commonlibrary/memory_utils/libpurgeablemem/common/src/ |
D | pm_state_c.c | 45 const char *GetPMStateName(PMState state) in GetPMStateName()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
D | bio.rs | 139 let state = get_state::<S>(bio); in get_error() localVariable 144 let state = get_state::<S>(bio); in get_panic() localVariable 149 let state: &'a StreamState<S> = &*(BIO_get_data(bio) as *const StreamState<S>); in get_stream_ref() localVariable 189 let state = get_state::<S>(bio); in ctrl() localVariable 235 let state = get_state::<S>(bio); in bwrite() localVariable 262 let state = get_state::<S>(bio); in bread() localVariable
|
/commonlibrary/rust/ylong_http/ylong_http/src/huffman/ |
D | mod.rs | 70 let mut state = 0u64; in huffman_encode() localVariable 209 state: u8, field
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
D | stderr.rs | 28 state: State<io::Stderr>, field
|
D | stdout.rs | 28 state: State<io::Stdout>, field
|
D | stdin.rs | 27 state: State<io::Stdin>, field
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
D | atomic_waker.rs | 21 state: AtomicU8, field
|
D | oneshot.rs | 411 state: AtomicUsize, field
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
D | builder.rs | 33 state: S, field
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/ |
D | builder.rs | 33 state: S, field
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
D | task_manager.cpp | 154 ExecuteState state; in GetTaskInfos() local 206 … bool state = GetThreadNum() == ConcurrentHelper::GetActiveCpus() - 1 && GetIdleWorkers() == 0; in CheckForBlockedWorkers() local 446 bool TaskManager::UpdateExecuteState(uint32_t executeId, ExecuteState state) in UpdateExecuteState() 498 ExecuteState state = QueryExecuteState(executeId); in CancelExecution() local 939 ExecuteState state = TaskManager::GetInstance().QueryExecuteState(executeId); in CancelGroupExecution() local
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
D | integer.rs | 101 state: IntegerEncodeState, field
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
D | net.rs | 121 state: Pin<Arc<Mutex<SockState>>>, field
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
D | parker.rs | 27 state: AtomicUsize, field
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
D | join_handle.rs | 150 let state = self.raw.header().state.get_current_state(); in is_finished() localVariable
|
D | mod.rs | 20 pub(crate) mod state; module
|
D | raw.rs | 54 pub(crate) state: TaskState, field
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
D | async_file.rs | 39 state: FileState, field 65 let state = self.get_mut(); in poll() localVariable
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
D | listener.rs | 28 pub(crate) state: NetState, field
|
D | stream.rs | 30 pub(crate) state: NetState, field
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
D | udp_socket.rs | 28 pub(crate) state: NetState, field 309 pub(crate) state: NetState, field
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
D | decoder.rs | 30 state: Option<ReprDecodeState>, field 80 state: Option<ReprDecodeState>, field
|
D | encoder.rs | 28 state: Option<ReprEncodeState>, field 123 state: Option<ReprEncodeState>, field
|
/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
D | text.rs | 396 state: TextState, field
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
D | worker_new.cpp | 1098 bool NewWorker::UpdateWorkerState(RunnerState state) in UpdateWorkerState() 1112 bool NewWorker::UpdateHostState(HostState state) in UpdateHostState()
|