summaryrefslogtreecommitdiffstats
path: root/src/native/java_lang_Thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass self to lock methods.Ian Rogers2012-09-271-1/+1
* Change Thread::peer_ to be a jobject instead of an Object*Mathieu Chartier2012-09-251-5/+3
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-6/+6
* Use bionic's dlmalloc 2.8.5.Ian Rogers2012-08-301-10/+23
* Global lock levels.Ian Rogers2012-08-141-34/+41
* Move IsDaemon to native code.Ian Rogers2012-06-281-3/+4
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-13/+20
* Throw OOME if pthread_create(3) fails.Elliott Hughes2012-06-201-20/+20
* DO NOT MERGE Fix all unsafe caching to be like libcore.Elliott Hughes2012-05-251-3/+1
* Move JNI methods out of top-level.Ian Rogers2012-04-141-0/+151