Searched refs:announced (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_thread.h46 bool announced() { return announced_; } function in class:__asan::AsanThreadSummary
47 void set_announced(bool announced) { announced_ = announced; } argument
H A Dasan_report.cc209 if (summary->tid() == 0 || summary->announced()) {
258 // Make sure the current thread is announced.
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java37 ANNOUNCED("announced", StateClass.announced),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
171 * Returns true, if this is an announced state.
173 * @return <code>true</code> if announced state, <code>false</code> otherwise
176 return _state == StateClass.announced;
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h94 Bool announced; member in struct:_Thread
H A Dhg_errors.c769 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
H A Dhg_main.c173 thread->announced = False;

Completed in 199 milliseconds