summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Forward-declare ContextAndreas Gampe2019-01-091-11/+3
* ART: Remove instruction_set.h from thread.hAndreas Gampe2019-01-091-19/+2
* ART: IWYU handle_scopeAndreas Gampe2019-01-091-0/+1
* ART: Introduce runtime_globalsAndreas Gampe2019-01-091-1/+1
* ART: Forward-declare InstrumentationAndreas Gampe2019-01-031-1/+4
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-3/+3
* ART: Remove setjmp.h includesAndreas Gampe2018-11-211-2/+0
* Revert^4 "Implement LockSupport.park with a futex"Charles Munger2018-11-051-0/+7
* Revert "Revert^2 "Implement LockSupport.park with a futex""Nicolas Geoffray2018-11-011-7/+0
* Revert^2 "Implement LockSupport.park with a futex"Charles Munger2018-10-311-0/+7
* Merge "Revert "Implement LockSupport.park with a futex""Filip Pavlis2018-10-311-7/+0
|\
| * Revert "Implement LockSupport.park with a futex"Filip Pavlis2018-10-311-7/+0
* | Merge "Implement LockSupport.park with a futex"Treehugger Robot2018-10-311-0/+7
|\|
| * Implement LockSupport.park with a futexCharles Munger2018-10-301-0/+7
* | Cache the value of MterpShouldSwitchInterpreters()David Srbecky2018-10-221-0/+19
* | Remove mterp "alternate" opcode handlers.David Srbecky2018-10-161-33/+2
|/
* Add some comments missed during jit-loading CLAlex Light2018-10-041-1/+1
* Mark most *Offset helper functions as constexpr.David Srbecky2018-10-031-39/+30
* Revert "Allow threads to be marked as unsuspendable by kForUserCode"Alex Light2018-10-011-18/+2
* Prevent the JIT from loading classes in debuggable modeAlex Light2018-10-011-7/+9
* Move InterpreterCache to right below tlsPtr_Alex Light2018-10-011-5/+8
* Add small thread-local cache for use by the interpreter.David Srbecky2018-09-271-0/+29
* Allow threads to be marked as unsuspendable by kForUserCodeAlex Light2018-07-171-2/+18
* Rewrite thread CustomTLS to support keyed TLS entriesAlex Light2018-07-161-9/+19
* ART: Reserve more overflow space for the interpreterAndreas Gampe2018-06-291-6/+10
* Clean up include pathsDavid Sehr2018-04-261-1/+1
* Revert^4 "Add an option to disable native stack dumping on SIGQUIT."Nicolas Geoffray2018-03-301-0/+2
* Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQ...Christopher Ferris2018-03-271-2/+0
* Merge "ART: Simplify atomic.h"Orion Hodson2018-03-251-3/+3
|\
| * ART: Simplify atomic.hOrion Hodson2018-03-231-3/+3
* | Remove unneeded ScopedGCCriticalSections from openjdkjvmti.Alex Light2018-03-231-2/+17
|/
* Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQU...Nicolas Geoffray2018-03-131-0/+2
|\
| * Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""Nicolas Geoffray2018-03-121-0/+2
* | Merge "Revert "Add an option to disable native stack dumping on SIGQUIT.""Treehugger Robot2018-03-061-2/+0
|\|
| * Revert "Add an option to disable native stack dumping on SIGQUIT."Andreas Gampe2018-03-051-2/+0
* | Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
|/
* ART: Call ThreadGroup.add for attached threadsAndreas Gampe2018-01-301-0/+6
* ART: Add support for VMStack.getAnnotatedStackTraceAndreas Gampe2018-01-081-0/+3
* ART: Additional Atomic methodsOrion Hodson2018-01-051-2/+2
* Extensions to check JNI.Ian Rogers2017-12-221-1/+1
* Revert^4 "JIT JNI stubs."Vladimir Marko2017-11-301-3/+6
* Revert "Revert "Revert "JIT JNI stubs."""Nicolas Geoffray2017-11-301-6/+3
* Revert "Revert "JIT JNI stubs.""Vladimir Marko2017-11-291-3/+6
* Revert "JIT JNI stubs."Vladimir Marko2017-11-281-6/+3
* JIT JNI stubs.Vladimir Marko2017-11-281-3/+6
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-14/+14
* Prevent abort in situations with recursive checkpointsAlex Light2017-11-011-0/+3
* Change RequestSynchronousCheckpoint to release thread_list_lock_Alex Light2017-10-181-1/+5
* Implement asynchronous exception supportAlex Light2017-09-281-1/+23
* Merge "Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>"Hans Boehm2017-09-191-1/+1
|\