Home
last modified time | relevance | path

Searched refs:shutdownException (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/
H A DGroupShutdownException.java63 GroupShutdownException shutdownException) { in GroupShutdownException() argument
64 super(message, shutdownException); in GroupShutdownException()
65 shutdownVLSN = shutdownException.shutdownVLSN; in GroupShutdownException()
66 shutdownTimeMs = shutdownException.shutdownTimeMs; in GroupShutdownException()
67 masterNodeName = shutdownException.masterNodeName; in GroupShutdownException()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/impl/node/
H A DFeeder.java338 void shutdown(Exception shutdownException) { in shutdown() argument
430 Exception shutdownException = null; in run() local
487 shutdownException = e; in run()
492 shutdownException = e; /* Expected. */ in run()
498 shutdownException = e; in run()
505 shutdownException = e; in run()
512 shutdownException = e; in run()
536 shutdown(shutdownException); in run()
839 Exception shutdownException = null; in run() local
884 shutdownException = e; in run()
[all …]
H A DReplica.java122 private Exception shutdownException = null; field in Replica
443 repNode.resetReadyLatch(shutdownException); in runReplicaLoop()
455 shutdownException = null; in runReplicaLoopInternal()
468 shutdownException = rre; in runReplicaLoopInternal()
494 shutdownException = e; in runReplicaLoopInternal()
497 shutdownException = e; in runReplicaLoopInternal()
513 shutdownException = e; in runReplicaLoopInternal()
751 if (shutdownException != null) { in loopExitCleanup()
752 if (shutdownException instanceof RetryException) { in loopExitCleanup()
755 shutdownException.getMessage()); in loopExitCleanup()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java87 @Nullable private volatile Exception shutdownException; field in AndroidVideoDecoder
344 if (shutdownException != null) { in releaseInternal()
347 Logging.e(TAG, "Media decoder release error", new RuntimeException(shutdownException)); in releaseInternal()
348 shutdownException = null; in releaseInternal()
644 shutdownException = e;
652 shutdownException = e;
H A DHardwareVideoEncoder.java165 @Nullable private volatile Exception shutdownException; field in HardwareVideoEncoder
299 } else if (shutdownException != null) { in release()
301 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()
625 shutdownException = e;
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java87 @Nullable private volatile Exception shutdownException; field in AndroidVideoDecoder
335 if (shutdownException != null) { in releaseInternal()
338 Logging.e(TAG, "Media decoder release error", new RuntimeException(shutdownException)); in releaseInternal()
339 shutdownException = null; in releaseInternal()
643 shutdownException = e;
651 shutdownException = e;
H A DHardwareVideoEncoder.java165 @Nullable private volatile Exception shutdownException; field in HardwareVideoEncoder
299 } else if (shutdownException != null) { in release()
301 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()
624 shutdownException = e;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java87 @Nullable private volatile Exception shutdownException; field in AndroidVideoDecoder
340 if (shutdownException != null) { in releaseInternal()
343 Logging.e(TAG, "Media decoder release error", new RuntimeException(shutdownException)); in releaseInternal()
344 shutdownException = null; in releaseInternal()
640 shutdownException = e;
648 shutdownException = e;
H A DHardwareVideoEncoder.java165 @Nullable private volatile Exception shutdownException; field in HardwareVideoEncoder
299 } else if (shutdownException != null) { in release()
301 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()
624 shutdownException = e;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/java/org/webrtc/
H A DAndroidVideoDecoder.java87 @Nullable private volatile Exception shutdownException; field in AndroidVideoDecoder
344 if (shutdownException != null) { in releaseInternal()
347 Logging.e(TAG, "Media decoder release error", new RuntimeException(shutdownException)); in releaseInternal()
348 shutdownException = null; in releaseInternal()
644 shutdownException = e;
652 shutdownException = e;
H A DHardwareVideoEncoder.java165 @Nullable private volatile Exception shutdownException; field in HardwareVideoEncoder
299 } else if (shutdownException != null) { in release()
301 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()
625 shutdownException = e;
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/utilint/
H A DStoppableThread.java114 public void saveShutdownException(Exception shutdownException) { in saveShutdownException() argument
115 savedShutdownException = shutdownException; in saveShutdownException()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Node/
H A DINode.cs34 NodeEngineShutdownReason Run(out Exception shutdownException); in Run() argument
H A DOutOfProcNode.cs274 public NodeEngineShutdownReason Run(out Exception shutdownException) in Run() argument
276 return Run(false, out shutdownException); in Run()
286 public NodeEngineShutdownReason Run(bool enableReuse, out Exception shutdownException) in Run() argument
308 … NodeEngineShutdownReason shutdownReason = HandleShutdown(out shutdownException); in Run()
H A DInProcNode.cs151 public NodeEngineShutdownReason Run(out Exception shutdownException) in Run() argument
169 … NodeEngineShutdownReason shutdownReason = HandleShutdown(out shutdownException); in Run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DOutOfProcNode.cs43 public NodeEngineShutdownReason Run (out Exception shutdownException) in Run() argument
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/faultTolerance/
H A DAllTests.m77 -(void) shutdownException:(ICEException*)__unused ex
195 exception:^(ICEException* ex) { [cb shutdownException:ex]; }];
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/faultTolerance/
H A DAllTests.m77 -(void) shutdownException:(ICEException*)__unused ex
195 exception:^(ICEException* ex) { [cb shutdownException:ex]; }];
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/faultTolerance/
H A DAllTests.m77 -(void) shutdownException:(ICEException*)__unused ex
195 exception:^(ICEException* ex) { [cb shutdownException:ex]; }];
/dports/devel/msbuild/msbuild-0.06/src/MSBuild/
H A DOutOfProcTaskHostNode.cs537 public NodeEngineShutdownReason Run(out Exception shutdownException) in Run() argument
542 shutdownException = null; in Run()
/dports/devel/msbuild/msbuild-0.06/build/LegacyPackages/14.0/Microsoft.Build/
H A DMicrosoft.Build.cs976 …hutdownReason Run(bool enableReuse, out System.Exception shutdownException) { shutdownException = … in Run() argument
977 …cution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = … in Run() argument
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/net/
H A DMicrosoft.Build.cs1103 …hutdownReason Run(bool enableReuse, out System.Exception shutdownException) { shutdownException = … in Run() argument
1104 …cution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = … in Run() argument
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/netstandard/
H A DMicrosoft.Build.cs1098 …hutdownReason Run(bool enableReuse, out System.Exception shutdownException) { shutdownException = … in Run() argument
1099 …cution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = … in Run() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs997 …ternal.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = … in Run() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs1114 …ternal.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = … in Run() argument

12