summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.cc
AgeCommit message (Expand)Author
2024-03-16Do not handle suspension request in StartGC Hans Boehm
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2023-12-20Revert^18 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-12-19Revert^17 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-12-19Revert^16 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-09-09Revert "Revert^14 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-09-09Revert^14 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-08-24Revert "Revert^12 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-08-23Revert^12 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-08-15Revert "Revert^10 "Thread suspension cleanup and deadlock fix"""" Hans Boehm
2023-08-14Revert^10 "Thread suspension cleanup and deadlock fix""" Hans Boehm
2023-03-29Revert "Revert^8 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-03-29Revert^8 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-01-06Revert "Revert^6 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-01-06Revert^6 "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-10-22Revert "Revert^4 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2022-10-21Revert^4 "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-10-13Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2022-10-12Revert^2 "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-09-10Revert "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-09-09Thread suspension cleanup and deadlock fix Hans Boehm
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-05-25Improve suspension timeout diagnostic and fix race Hans Boehm
2020-10-02Revert "Add getNativeTid function" Rick Yiu
2020-01-17Add getNativeTid function Rick Yiu
2019-03-27Revert "Revert "Change state to waiting during aborting the VM"" Koji Fukui
2019-03-19Revert "Change state to waiting during aborting the VM" Nicolas Geoffray
2019-03-18Change state to waiting during aborting the VM Koji Fukui
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-15Rename Thread native methods to match OpenJDK 8u121-b13 Paul Duffin
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-25Rename nativeHoldsLock to holdsLock and make it work on current thread Paul Duffin
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2017-12-22Extensions to check JNI. Ian Rogers
2017-10-25ART: Depend on libnativehelper headers only Andreas Gampe
2017-09-14Add support for JVMTI monitor events. Alex Light
2017-07-18art: use proper nativehelper headers Steven Moreland
2017-07-13Add Jvmti Suspend/ResumeThread functions Alex Light
2017-06-30Add SuspendReason enum and change Suspension functions. Alex Light
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2017-02-03ART: Refactor verify_object.h Andreas Gampe
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-04-12ART: Flag to fail thread creation Andreas Gampe
2015-12-21Treat thread state kWaitingWeakGcRootRead as kJavaRunnable. Hiroshi Yamauchi
2015-08-27Synchronize JNI critical calls with the CC collector thread flip. Hiroshi Yamauchi