Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilThreadBaseStd.h51 typedef MIuint (*FnThreadProc)(void *vpThisClass); typedef
57 bool Start(FnThreadProc vpFn, void *vpArg); // Start execution of this thread
H A DMIUtilThreadBaseStd.cpp280 bool CMIUtilThread::Start(FnThreadProc vpFn, void *vpArg) { in Start()