summaryrefslogtreecommitdiffstats
path: root/vm/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* export setThreadName() and add NULL checkWilliam Roberts2014-01-171-3/+9
* Add support for sample profiling in traceview.Jeff Hao2013-08-281-0/+1
* am f6944312: Merge "Fix a minor bug in dvmCreateInterpThread"Elliott Hughes2013-06-051-0/+1
|\
| * Merge "Fix a minor bug in dvmCreateInterpThread"Elliott Hughes2013-06-051-0/+1
| |\
| | * Fix a minor bug in dvmCreateInterpThreadYou Kim2013-04-041-0/+1
* | | am f3079bda: Merge "Rename unreasonable function name dmvCompilerTemplateEnd"Elliott Hughes2013-06-051-1/+1
|\| |
| * | Rename unreasonable function name dmvCompilerTemplateEndYanchuan Nian2013-06-051-1/+1
| * | Remove spammy logging from 8470684 investigation.Elliott Hughes2013-04-231-43/+3
| * | More native stack dump hardening.Elliott Hughes2013-04-121-1/+6
| * | Harden the native stack dumping decision.Elliott Hughes2013-04-111-1/+6
| * | Dump native stacks for all threads in native code.Elliott Hughes2013-04-051-10/+21
| |/
| * Extra log information when pthread_create fails.Elliott Hughes2013-03-291-11/+45
* | Merge "Add systrace tracing for GC and thread suspension." into jb-mr2-devJamie Gennis2013-05-081-0/+5
|\ \
| * | Add systrace tracing for GC and thread suspension.Jamie Gennis2013-05-071-0/+5
* | | Remove spammy logging from 8470684 investigation.Elliott Hughes2013-04-231-43/+3
|/ /
* | More native stack dump hardening.Elliott Hughes2013-04-121-1/+6
* | Harden the native stack dumping decision.Elliott Hughes2013-04-111-1/+6
* | Dump native stacks for all threads in native code.Elliott Hughes2013-04-051-10/+21
* | Extra log information when pthread_create fails.Elliott Hughes2013-03-291-11/+45
|/
* pthread_create doesn't set errno.Elliott Hughes2013-03-261-13/+20
* Reclaiming attribute obj after pthread_createYou Kim2012-12-171-7/+6
* Fix dalvik's use of readdir_r(3).Elliott Hughes2012-10-261-5/+4
* Log when the native trace is unavailableAndy McFadden2012-09-201-4/+12
* resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-031-5/+15
|\
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-021-3/+14
| * Fix a small memory leak.Elliott Hughes2012-04-191-1/+4
* | Add a -XX:mainThreadStackSize= option.Elliott Hughes2012-04-121-1/+1
* | Dump the native stacks of threads in VmWait as well Native.Elliott Hughes2012-04-051-1/+1
* | Fix a small memory leak.Elliott Hughes2012-01-091-1/+4
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-21/+21
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-21/+21
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-6/+6
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-16/+16
* | Disable dumping native stacks of non-Dalvik threads.Jeff Brown2011-11-031-1/+3
* | Dump stacks for all native threads, not just those in JNI.Jeff Brown2011-10-271-45/+144
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-10/+10
* | Dump native stack of JNI methods when handling SIGQUIT.Jeff Brown2011-10-221-0/+5
|/
* Clean up IndirectRefTable a bit.Elliott Hughes2011-06-211-3/+4
* Break a dependency on frameworks/base when building a host VM.Elliott Hughes2011-06-151-82/+3
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-25/+10
* More LOG newline cleanup.Dan Bornstein2011-05-261-3/+3
* Further conservation of newlines.Dan Bornstein2011-05-261-98/+98
* Remove dead code.Carl Shapiro2011-05-111-1/+0
* InterpBreak cleanup (part 1)buzbee2011-04-221-35/+28
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-4/+4
* Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.Carl Shapiro2011-04-201-1/+0
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-17/+17
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+3554