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

  /external/compiler-rt/lib/asan/
asan_thread.h 47 bool announced() { return announced_; } function in class:__asan::AsanThreadSummary
48 void set_announced(bool announced) { announced_ = announced; }
asan_report.cc 396 if (summary->tid() == 0 || summary->announced()) {
456 // Make sure the current thread is announced.
  /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 106 milliseconds