reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
24 proc->thr = nullptr; 34 CHECK_EQ(proc->thr, nullptr); 48 CHECK_EQ(proc->thr, nullptr); 50 proc->thr = thr; 55 CHECK_EQ(proc->thr, thr); 57 proc->thr = nullptr;