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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make attached threads visible to the GC sooner
Andy McFadden
2010-06-04
1
-85
/
+85
*
am db5e758f: am 97e34d0d: am c023ae6a: am 962f896e: Add /proc/pid/task/tid/sc...
Christopher Tate
2010-06-03
1
-0
/
+15
|
\
|
*
Add /proc/pid/task/tid/schedstat info to thread stack dumps
Christopher Tate
2010-06-02
1
-0
/
+15
*
|
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
Brian Carlstrom
2010-05-28
1
-56
/
+106
|
/
*
Further refinements to "kill other thread".
Andy McFadden
2010-03-23
1
-13
/
+21
*
Use pthread_kill(3) instead of kill(2).
Andy McFadden
2010-03-19
1
-6
/
+5
*
Increase sleep delays on debug thread kill.
Andy McFadden
2010-03-18
1
-5
/
+9
*
Point debuggerd at the interesting thread.
Andy McFadden
2010-03-15
1
-1
/
+48
*
Try to show lock owner in MONITOR thread dump.
Andy McFadden
2010-03-15
1
-7
/
+18
*
If a finalizer wedges, raise prio and retry.
Andy McFadden
2010-03-09
1
-9
/
+25
*
Jit: fix for 2483131 - VM daemon thread shutdown with JIT enabled
Bill Buzbee
2010-03-08
1
-1
/
+0
*
Update local copy of getSchedulerGroup.
Andy McFadden
2010-03-03
1
-28
/
+53
*
Switch thread's cgroup during spin-on-suspend.
Andy McFadden
2010-03-02
1
-56
/
+113
*
Print "JIT" in the thread dump if the top frame is in JIT'ed code.
Ben Cheng
2010-02-24
1
-2
/
+8
*
Fix performance issues related to chaining and unchaining.
Ben Cheng
2010-02-03
1
-4
/
+7
*
Remove an obsolete assertion.
Carl Shapiro
2010-01-29
1
-2
/
+0
*
Fix an off-by-one error when releasing thread ids. This is the result
Carl Shapiro
2010-01-28
1
-1
/
+1
*
Jit: Rework delayed start plus misc. cleanup
Bill Buzbee
2010-01-28
1
-0
/
+1
*
Eliminate the constraint that thread ids must have an LSB of 1. This
Carl Shapiro
2010-01-26
1
-7
/
+5
*
Tighten the safe points for code cache resets to happen.
Ben Cheng
2010-01-25
1
-7
/
+20
*
Tear down the code cache when it is full and restart from scratch.
Ben Cheng
2010-01-07
1
-0
/
+1
*
New implementation of wait, notify, and notifyAll. Uses an explicit
Carl Shapiro
2010-01-04
1
-1
/
+4
*
Iterate in JNI thread exit check.
Andy McFadden
2009-12-10
1
-6
/
+33
*
Convert an assert() into a real test.
Andy McFadden
2009-12-07
1
-2
/
+13
*
Reduce spin-on-suspend complaints.
Andy McFadden
2009-12-03
1
-7
/
+9
*
If we have a Class object in the "monitors held:" output, show which class.
Elliott Hughes
2009-11-13
1
-2
/
+10
*
Fix an invoke-interface bug that manifests itself with thread state warnings.
Ben Cheng
2009-10-20
1
-0
/
+7
*
am 49f91878: am da03242f: Merge change 24840 into eclair
San Mehat
2009-09-16
1
-63
/
+4
|
\
|
*
dalvik: Switch to common cutils sched_policy api
San Mehat
2009-09-12
1
-63
/
+4
*
|
resolved conflicts for merge of 3eae287e to master
Bob Lee
2009-09-16
1
-115
/
+2
|
\
|
|
*
Addressed reviewer comments.
Bob Lee
2009-09-11
1
-119
/
+6
*
|
am 060ed889: am 20677ed1: dalvik: Use common SchedPolicy type and fix getpid(...
San Mehat
2009-09-10
1
-7
/
+5
|
\
|
|
*
dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug
San Mehat
2009-09-10
1
-7
/
+5
*
|
am 95934be3: am 03c7547c: Merge change 24425 into eclair
San Mehat
2009-09-10
1
-3
/
+26
|
\
|
|
*
vm: Add support for using scheduler policies instead of cgroups
San Mehat
2009-09-10
1
-3
/
+26
*
|
resolved conflicts for merge of 9b5264c8 to master
Android Git Automerger
2009-09-09
1
-3
/
+128
|
\
|
|
*
Modified Thread.c to allow sampling profiler thread in zygote. Added a functi...
Bob Lee
2009-09-06
1
-3
/
+128
*
|
am f7fb0086: Merge change 22659 into eclair
Andy McFadden
2009-08-26
1
-3
/
+32
|
\
|
|
*
Another round of scary indirect ref changes.
Andy McFadden
2009-08-25
1
-3
/
+32
*
|
Fix jeffhao's build breakage by not including unnecessary header files.
Ben Cheng
2009-08-21
1
-1
/
+5
*
|
New changes to enable self verification mode.
Jeff Hao
2009-08-21
1
-4
/
+19
|
/
*
Turn down RegisterMap paranoia.
Andy McFadden
2009-08-18
1
-4
/
+1
*
Increase priority of unresponsive threads.
Andy McFadden
2009-08-07
1
-4
/
+55
*
Read thread priority as an int, not a boolean.
Andy McFadden
2009-08-07
1
-1
/
+1
*
Suspend daemon threads before exiting.
Andy McFadden
2009-08-06
1
-19
/
+113
*
Don't assert that all threads have stopped.
Andy McFadden
2009-08-05
1
-2
/
+6
*
Improvements to cgroup stuff.
Andy McFadden
2009-08-04
1
-17
/
+80
*
am 3e371e2e: dalvik: thread: Set the control group of a thread to the backgro...
San Mehat
2009-06-29
1
-2
/
+2
|
\
|
*
dalvik: thread: Set the control group of a thread to the background group
San Mehat
2009-06-26
1
-2
/
+2
*
|
"External allocation" tracking for direct buffers.
Andy McFadden
2009-06-25
1
-2
/
+3
[next]