Home
last modified time | relevance | path

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

/external/lldb/tools/darwin-threads/
Dexamine-threads.c144 mach_msg_type_number_t tident_count = THREAD_IDENTIFIER_INFO_COUNT; in get_thread_identifier_info() local
146 (thread_info_t) &tident, &tident_count); in get_thread_identifier_info()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp701 mach_msg_type_number_t tident_count = THREAD_IDENTIFIER_INFO_COUNT; in GetGloballyUniqueThreadIDForMachPortID() local
703 (thread_info_t) &tident, &tident_count); in GetGloballyUniqueThreadIDForMachPortID()