reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
52 if (!chunk.IsValid()) return 0; 56 if (chunk.AllocTid() == kInvalidTid) return 0; 57 stack = chunk.GetAllocStack(); 58 if (thread_id) *thread_id = chunk.AllocTid(); 60 if (chunk.FreeTid() == kInvalidTid) return 0; 61 stack = chunk.GetFreeStack(); 62 if (thread_id) *thread_id = chunk.FreeTid();