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

  /external/lldb/tools/darwin-threads/
examine-threads.c 257 pth->pth_name[0] = '\0';
433 if (proc_threadinfo_succeeded && pth.pth_name[0] != '\0')
434 printf (" thread name '%s' ", pth.pth_name);
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 689 if (len && m_proc_threadinfo.pth_name[0])
690 return m_proc_threadinfo.pth_name;
MachTask.cpp 267 if (len && proc_threadinfo.pth_name[0])
269 threads_name.push_back(proc_threadinfo.pth_name);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 99 def make_pth(self, contents, pth_dir='.', pth_name=TESTFN):
102 pth_basename = pth_name + '.pth'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 99 def make_pth(self, contents, pth_dir='.', pth_name=TESTFN):
102 pth_basename = pth_name + '.pth'

Completed in 79 milliseconds