Home
last modified time | relevance | path

Searched refs:INITIAL_STATE (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/runtime/task/
Dstate.rs65 const INITIAL_STATE: usize = (REF_ONE * 3) | JOIN_INTEREST | NOTIFIED; constant
104 val: AtomicUsize::new(INITIAL_STATE), in new()
346 INITIAL_STATE, in drop_join_handle_fast()
347 (INITIAL_STATE - REF_ONE) & !JOIN_INTEREST, in drop_join_handle_fast()
/external/rust/crates/unicode-segmentation/src/
Dsentence.rs39 const INITIAL_STATE: SentenceBreaksState = SentenceBreaksState([ constant
282 state: INITIAL_STATE, in new_sentence_breaks()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java146 public static final TransactionState INITIAL_STATE = null; field in SIPTransaction