Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dvirtual_runtime.h103 std::string ReadThreadName(pid_t tid, bool isThread);
/developtools/hiperf/src/
Dvirtual_runtime.cpp41 std::string VirtualRuntime::ReadThreadName(pid_t tid, bool isThread) in ReadThreadName() argument
44 if (isThread) { in ReadThreadName()