Searched defs:thd (Results  1 – 8 of 8) sorted by relevance
| /art/test/1931-monitor-events/src/art/ | 
| D | Test1931.java | 53   public static void handleMonitorEnter(Thread thd, Object lock) {  in handleMonitorEnter()60   public static void handleMonitorEntered(Thread thd, Object lock) {  in handleMonitorEntered()
 66   public static void handleMonitorWait(Thread thd, Object lock, long timeout) {  in handleMonitorWait()
 70   public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {  in handleMonitorWaited()
 156       Thread thd = new Thread(() -> {  in testUnlockedWait()  local
 
 | 
| D | Monitors.java | 141     public boolean IsWorkerThread(Thread thd) {  in IsWorkerThread()
 | 
| /art/test/1932-monitor-events-misc/src/art/ | 
| D | Test1932.java | 26     public default void handleMonitorEnter(Thread thd, Object lock) {}  in handleMonitorEnter()27     public default void handleMonitorEntered(Thread thd, Object lock) {}  in handleMonitorEntered()
 28     public default void handleMonitorWait(Thread thd, Object lock, long timeout) {}  in handleMonitorWait()
 29     public default void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {}  in handleMonitorWaited()
 624   public static void handleMonitorEnter(Thread thd, Object lock) {  in handleMonitorEnter()
 634   public static void handleMonitorEntered(Thread thd, Object lock) {  in handleMonitorEntered()
 643   public static void handleMonitorWait(Thread thd, Object lock, long timeout) {  in handleMonitorWait()
 650   public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {  in handleMonitorWaited()
 
 | 
| D | Monitors.java | 141     public boolean IsWorkerThread(Thread thd) {  in IsWorkerThread()
 | 
| /art/test/1930-monitor-info/src/art/ | 
| D | Monitors.java | 141     public boolean IsWorkerThread(Thread thd) {  in IsWorkerThread()
 | 
| /art/test/jvmti-common/ | 
| D | Monitors.java | 141     public boolean IsWorkerThread(Thread thd) {  in IsWorkerThread()
 | 
| /art/test/1934-jvmti-signal-thread/src/art/ | 
| D | Monitors.java | 141     public boolean IsWorkerThread(Thread thd) {  in IsWorkerThread()
 | 
| /art/test/1933-monitor-current-contended/src/art/ | 
| D | Monitors.java | 141     public boolean IsWorkerThread(Thread thd) {  in IsWorkerThread()
 |