HomeSort by relevance Sort by last modified time
    Searched refs:announced (Results 1 - 4 of 4) sorted by null

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 37 ANNOUNCED("announced", StateClass.announced),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
85 * In general, this advances one step in the following sequence: PROBING_1, PROBING_2, PROBING_3, ANNOUNCING_1, ANNOUNCING_2, ANNOUNCED.<br/>
86 * or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state.
101 return ANNOUNCED;
102 case ANNOUNCED:
103 return ANNOUNCED;
134 case ANNOUNCED
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 94 Bool announced; member in struct:_Thread
hg_errors.c 769 if (thr->announced)
806 thr->announced = True;
816 return; /* Can't be announced -- we know nothing about it. */
883 announce any previously un-announced threads in the upcoming error
    [all...]
hg_main.c 173 thread->announced = False;
    [all...]

Completed in 148 milliseconds