Searched refs:INITIAL_STATE (Results 1 – 3 of 3) sorted by relevance
65 const INITIAL_STATE: usize = (REF_ONE * 3) | JOIN_INTEREST | NOTIFIED; constant104 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()
39 const INITIAL_STATE: SentenceBreaksState = SentenceBreaksState([ constant282 state: INITIAL_STATE, in new_sentence_breaks()
146 public static final TransactionState INITIAL_STATE = null; field in SIPTransaction