OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadInfo
(Results
1 - 5
of
5
) sorted by null
/system/core/libutils/
ProcessCallStack.cpp
168
ssize_t idx = mThreadMap.add(tid,
ThreadInfo
());
170
ALOGE("%s: Failed to add new
ThreadInfo
(errno = %zd, '%s')",
175
ThreadInfo
&
threadInfo
= mThreadMap.editValueAt(static_cast<size_t>(idx));
184
CallStack& cs =
threadInfo
.callStack;
188
threadInfo
.threadName = getThreadName(tid);
223
const
ThreadInfo
&
threadInfo
= mThreadMap.valueAt(i);
224
const CallStack& cs =
threadInfo
.callStack;
225
const String8& threadName =
threadInfo
.threadName
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c
195
thread_basic_info_data_t
threadInfo
;
201
thread_info (pthread_mach_thread_np (inThread), THREAD_BASIC_INFO, (integer_t*)&
threadInfo
, &count);
203
switch (
threadInfo
.policy) {
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 157 milliseconds