HomeSort by: relevance | last modified time | path
    Searched defs:GetDestroyed (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 52 bool ThreadContextBase::GetDestroyed() {
267 if ((destroyed = tctx->GetDestroyed())) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 53 bool ThreadContextBase::GetDestroyed() {
266 if ((destroyed = tctx->GetDestroyed())) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 51 bool ThreadContextBase::GetDestroyed() {
262 if ((destroyed = tctx->GetDestroyed())) {

Completed in 74 milliseconds