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

  /external/lldb/tools/darwin-threads/
examine-threads.c 144 mach_msg_type_number_t tident_count = THREAD_IDENTIFIER_INFO_COUNT; local
146 (thread_info_t) &tident, &tident_count);
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 701 mach_msg_type_number_t tident_count = THREAD_IDENTIFIER_INFO_COUNT; local
703 (thread_info_t) &tident, &tident_count);

Completed in 309 milliseconds