summaryrefslogtreecommitdiffstats
path: root/vm/Thread.c
Commit message (Expand)AuthorAgeFilesLines
* Make attached threads visible to the GC soonerAndy McFadden2010-06-041-85/+85
* am db5e758f: am 97e34d0d: am c023ae6a: am 962f896e: Add /proc/pid/task/tid/sc...Christopher Tate2010-06-031-0/+15
|\
| * Add /proc/pid/task/tid/schedstat info to thread stack dumpsChristopher Tate2010-06-021-0/+15
* | Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2010-05-281-56/+106
|/
* Further refinements to "kill other thread".Andy McFadden2010-03-231-13/+21
* Use pthread_kill(3) instead of kill(2).Andy McFadden2010-03-191-6/+5
* Increase sleep delays on debug thread kill.Andy McFadden2010-03-181-5/+9
* Point debuggerd at the interesting thread.Andy McFadden2010-03-151-1/+48
* Try to show lock owner in MONITOR thread dump.Andy McFadden2010-03-151-7/+18
* If a finalizer wedges, raise prio and retry.Andy McFadden2010-03-091-9/+25
* Jit: fix for 2483131 - VM daemon thread shutdown with JIT enabledBill Buzbee2010-03-081-1/+0
* Update local copy of getSchedulerGroup.Andy McFadden2010-03-031-28/+53
* Switch thread's cgroup during spin-on-suspend.Andy McFadden2010-03-021-56/+113
* Print "JIT" in the thread dump if the top frame is in JIT'ed code.Ben Cheng2010-02-241-2/+8
* Fix performance issues related to chaining and unchaining.Ben Cheng2010-02-031-4/+7
* Remove an obsolete assertion.Carl Shapiro2010-01-291-2/+0
* Fix an off-by-one error when releasing thread ids. This is the resultCarl Shapiro2010-01-281-1/+1
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-281-0/+1
* Eliminate the constraint that thread ids must have an LSB of 1. ThisCarl Shapiro2010-01-261-7/+5
* Tighten the safe points for code cache resets to happen.Ben Cheng2010-01-251-7/+20
* Tear down the code cache when it is full and restart from scratch.Ben Cheng2010-01-071-0/+1
* New implementation of wait, notify, and notifyAll. Uses an explicitCarl Shapiro2010-01-041-1/+4
* Iterate in JNI thread exit check.Andy McFadden2009-12-101-6/+33
* Convert an assert() into a real test.Andy McFadden2009-12-071-2/+13
* Reduce spin-on-suspend complaints.Andy McFadden2009-12-031-7/+9
* If we have a Class object in the "monitors held:" output, show which class.Elliott Hughes2009-11-131-2/+10
* Fix an invoke-interface bug that manifests itself with thread state warnings.Ben Cheng2009-10-201-0/+7
* am 49f91878: am da03242f: Merge change 24840 into eclairSan Mehat2009-09-161-63/+4
|\
| * dalvik: Switch to common cutils sched_policy apiSan Mehat2009-09-121-63/+4
* | resolved conflicts for merge of 3eae287e to masterBob Lee2009-09-161-115/+2
|\|
| * Addressed reviewer comments.Bob Lee2009-09-111-119/+6
* | am 060ed889: am 20677ed1: dalvik: Use common SchedPolicy type and fix getpid(...San Mehat2009-09-101-7/+5
|\|
| * dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bugSan Mehat2009-09-101-7/+5
* | am 95934be3: am 03c7547c: Merge change 24425 into eclairSan Mehat2009-09-101-3/+26
|\|
| * vm: Add support for using scheduler policies instead of cgroupsSan Mehat2009-09-101-3/+26
* | resolved conflicts for merge of 9b5264c8 to masterAndroid Git Automerger2009-09-091-3/+128
|\|
| * Modified Thread.c to allow sampling profiler thread in zygote. Added a functi...Bob Lee2009-09-061-3/+128
* | am f7fb0086: Merge change 22659 into eclairAndy McFadden2009-08-261-3/+32
|\|
| * Another round of scary indirect ref changes.Andy McFadden2009-08-251-3/+32
* | Fix jeffhao's build breakage by not including unnecessary header files.Ben Cheng2009-08-211-1/+5
* | New changes to enable self verification mode.Jeff Hao2009-08-211-4/+19
|/
* Turn down RegisterMap paranoia.Andy McFadden2009-08-181-4/+1
* Increase priority of unresponsive threads.Andy McFadden2009-08-071-4/+55
* Read thread priority as an int, not a boolean.Andy McFadden2009-08-071-1/+1
* Suspend daemon threads before exiting.Andy McFadden2009-08-061-19/+113
* Don't assert that all threads have stopped.Andy McFadden2009-08-051-2/+6
* Improvements to cgroup stuff.Andy McFadden2009-08-041-17/+80
* am 3e371e2e: dalvik: thread: Set the control group of a thread to the backgro...San Mehat2009-06-291-2/+2
|\
| * dalvik: thread: Set the control group of a thread to the background groupSan Mehat2009-06-261-2/+2
* | "External allocation" tracking for direct buffers.Andy McFadden2009-06-251-2/+3