Home
last modified time | relevance | path

Searched refs:is_finished (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Djoin_handle.rs74 pub fn is_finished(&self) -> bool { in is_finished() functions
75 state::is_finished(self.raw.header().state.get_current_state()) in is_finished()
111 if state::is_finished(cur) {
118 let is_finished = self.raw.set_waker(cur, cx.waker() as *const _ as *mut ());
121 if is_finished {
160 pub fn is_finished(&self) -> bool { in is_finished() functions
162 state::is_finished(state) in is_finished()
179 /// UT test cases for `is_finished` in `JoinHandle`.
193 while !handle1.is_finished() { in ut_test_join_handle_is_finished()
196 assert!(handle1.is_finished()); in ut_test_join_handle_is_finished()
[all...]
H A Dstate.rs64 pub(crate) fn is_finished(cur: usize) -> bool {
128 if is_running(cur) || is_finished(cur) || !is_scheduling(cur) {
154 if is_finished(cur) {
222 if is_finished(cur) {
247 if is_finished(cur) {
266 if is_canceled(cur) || is_finished(cur) {
301 if is_finished(cur) {
H A Dtask_handle.rs155 state::is_finished(cur),
/commonlibrary/rust/ylong_json/src/reader/
H A Dio_reader.rs263 fn is_finished(&self) -> bool { in is_finished() functions
342 assert!(io_reader.io.is_finished()); in ut_io_reader_next()
375 assert!(io_reader.io.is_finished()); in ut_io_reader_peek()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dencoder.rs60 pub(crate) fn is_finished(&self) -> bool {
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs412 } else if self.hpack_encoder.is_finished() { in headers_header_status()
442 if self.hpack_encoder.is_finished() { in iterate_headers_header()
503 && self.hpack_encoder.is_finished() in encode_continuation_frames()

Completed in 9 milliseconds