reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
520 if (GetThreadByID(tid)) { 531 tid); 532 ::pid_t wait_pid = llvm::sys::RetryAfterSignal(-1, ::waitpid, tid, &status, __WALL); 535 if (wait_pid != tid) { 539 tid); 549 tid); 554 LLDB_LOG(log, "pid = {0}: tracking new thread tid {1}", GetID(), tid); 555 NativeThreadLinux &new_thread = AddThread(tid);