Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 30) sorted by relevance

12

/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dpm_state_c.c45 const char *GetPMStateName(PMState state) in GetPMStateName()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dbio.rs139 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/
Dmod.rs70 let mut state = 0u64; in huffman_encode() localVariable
209 state: u8, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dstderr.rs28 state: State<io::Stderr>, field
Dstdout.rs28 state: State<io::Stdout>, field
Dstdin.rs27 state: State<io::Stdin>, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Datomic_waker.rs21 state: AtomicU8, field
Doneshot.rs411 state: AtomicUsize, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dbuilder.rs33 state: S, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Dbuilder.rs33 state: S, field
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_manager.cpp154 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/
Dinteger.rs101 state: IntegerEncodeState, field
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dnet.rs121 state: Pin<Arc<Mutex<SockState>>>, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dparker.rs27 state: AtomicUsize, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_handle.rs150 let state = self.raw.header().state.get_current_state(); in is_finished() localVariable
Dmod.rs20 pub(crate) mod state; module
Draw.rs54 pub(crate) state: TaskState, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_file.rs39 state: FileState, field
65 let state = self.get_mut(); in poll() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs28 pub(crate) state: NetState, field
Dstream.rs30 pub(crate) state: NetState, field
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs28 pub(crate) state: NetState, field
309 pub(crate) state: NetState, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs30 state: Option<ReprDecodeState>, field
80 state: Option<ReprDecodeState>, field
Dencoder.rs28 state: Option<ReprEncodeState>, field
123 state: Option<ReprEncodeState>, field
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs396 state: TextState, field
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker_new.cpp1098 bool NewWorker::UpdateWorkerState(RunnerState state) in UpdateWorkerState()
1112 bool NewWorker::UpdateHostState(HostState state) in UpdateHostState()

12