HomeSort by relevance Sort by last modified time
    Searched refs:eProfileThreadName (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/
DNBDefs.h 345 eProfileThreadsCPU = (1 << 2), // By default excludes eProfileThreadName and eProfileQueueName.
346 eProfileThreadName = (1 << 3), // Assume eProfileThreadsCPU, get thread name as well.
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp 263 if ((scanType & eProfileThreadName) && (identifier_info.thread_handle != 0))
395 if (scanType & eProfileThreadName)
    [all...]

Completed in 38 milliseconds