Home
last modified time | relevance | path

Searched refs:g_nextPlanID (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlan.cpp126 static uint32_t g_nextPlanID = 0; in GetNextID() local
127 return ++g_nextPlanID; in GetNextID()