/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/compiler-rt/lib/asan/ |
asan_thread.h | 38 : ThreadContextBase(tid), announced(false), 41 bool announced; member in class:__asan::AsanThreadContext
|
asan_report.cc | 599 if (context->tid == 0 || context->announced) { 602 context->announced = true; 682 // Make sure the current thread is announced. [all...] |
/external/valgrind/helgrind/ |
hg_lock_n_thread.h | 94 Bool announced; member in struct:_Thread
|
hg_errors.c | 739 if (thr->announced) 776 thr->announced = True; 785 return; /* Can't be announced -- we know nothing about it. */ 861 announce any previously un-announced threads in the upcoming error [all...] |
hg_main.c | 183 thread->announced = False; [all...] |