index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
Thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump native stacks for all threads in native code.
Elliott Hughes
2013-04-11
1
-10
/
+21
*
Reclaiming attribute obj after pthread_create
You Kim
2012-12-21
1
-7
/
+6
*
Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/da...
Steve Kondik
2012-11-18
1
-9
/
+27
|
\
|
*
Log when the native trace is unavailable
Andy McFadden
2012-09-18
1
-4
/
+12
|
*
resolved conflicts for merge of 93a44a28 to jb-dev-plus-aosp
Elliott Hughes
2012-05-03
1
-5
/
+15
|
|
\
|
|
*
[MIPS] Dalvik fast interpreter support and JIT implementation
Raghu Gandham
2012-05-02
1
-3
/
+14
|
|
*
Fix a small memory leak.
Elliott Hughes
2012-04-19
1
-1
/
+4
*
|
|
dalvik: Fix various compile failures with gcc 4.6
Bernhard Rosenkraenzer
2012-07-10
1
-0
/
+12
|
/
/
*
|
Add a -XX:mainThreadStackSize= option.
Elliott Hughes
2012-04-12
1
-1
/
+1
*
|
Dump the native stacks of threads in VmWait as well Native.
Elliott Hughes
2012-04-05
1
-1
/
+1
*
|
Fix a small memory leak.
Elliott Hughes
2012-01-09
1
-1
/
+4
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-21
/
+21
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-21
/
+21
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-6
/
+6
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-16
/
+16
*
|
Disable dumping native stacks of non-Dalvik threads.
Jeff Brown
2011-11-03
1
-1
/
+3
*
|
Dump stacks for all native threads, not just those in JNI.
Jeff Brown
2011-10-27
1
-45
/
+144
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-10
/
+10
*
|
Dump native stack of JNI methods when handling SIGQUIT.
Jeff Brown
2011-10-22
1
-0
/
+5
|
/
*
Clean up IndirectRefTable a bit.
Elliott Hughes
2011-06-21
1
-3
/
+4
*
Break a dependency on frameworks/base when building a host VM.
Elliott Hughes
2011-06-15
1
-82
/
+3
*
Improve "waiting on"/"waiting to lock" SIGQUIT dump info.
Elliott Hughes
2011-06-07
1
-25
/
+10
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
1
-3
/
+3
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-98
/
+98
*
Remove dead code.
Carl Shapiro
2011-05-11
1
-1
/
+0
*
InterpBreak cleanup (part 1)
buzbee
2011-04-22
1
-35
/
+28
*
Consolidate curFrame fields in thread storage
buzbee
2011-04-22
1
-4
/
+4
*
Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.
Carl Shapiro
2011-04-20
1
-1
/
+0
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
1
-17
/
+17
*
Move the remaining non-compiler VM code into C++.
Carl Shapiro
2011-04-15
1
-0
/
+3554