OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tident
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/darwin-threads/
examine-threads.c
143
thread_identifier_info_data_t
tident
;
local
146
(thread_info_t) &
tident
, &tident_count);
152
return
tident
;
/external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp
700
thread_identifier_info_data_t
tident
;
local
703
(thread_info_t) &
tident
, &tident_count);
708
return
tident
.thread_id;
Completed in 300 milliseconds