Lines Matching refs:in
5 Testing throwing exceptions in monitor_enter
7 Throwing exception in MonitorEnter
12 Testing throwing exceptions in monitor_entered
15 Throwing exception in MonitorEntered
19 Testing throwing exceptions in both monitorEnter & MonitorEntered
21 Throwing exception in MonitorEnter
23 Throwing exception in MonitorEntered
27 Testing throwing exception in MonitorWait event
29 Throwing exception in MonitorWait
34 Testing throwing exception in MonitorWait event with illegal aruments
36 Throwing exception in MonitorWait timeout = -100000
40 Testing throwing exception in MonitorWaited event
43 Throwing exception in MonitorWaited
47 Testing throwing exception in MonitorWaited event caused by timeout
50 Throwing exception in MonitorWaited
54 Testing throwing exception in MonitorWaited event caused by interrupt
57 Throwing exception in MonitorWaited
63 Monitor usage in MonitorEnter: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owne…
65 Monitor usage in MonitorEntered: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], ow…
67 Monitor usage in MonitorWait: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner…
69 Monitor usage in MonitorWaited: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], own…
73 locking controller3 in controller2 MonitorWaited event
75 Testing that we can lock and release the monitor in the MonitorWait event
80 Testing that we can lock and release the monitor in the MonitorWaited event
85 Testing we can perform recursive lock in MonitorEntered
90 Testing the lock state if MonitorEnter throws in a native method
92 Unlocking controller1 in MonitorEnter
93 Throwing exception in MonitorEnter
98 Testing the lock state if MonitorEntered throws in a native method
100 Unlocking controller1 in MonitorEnter
102 Throwing exception in MonitorEntered