Home
last modified time | relevance | path

Searched defs:exitHandler (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/
H A Dmain.go214 type exitHandler struct { struct
215 sync.RWMutex
216 exitOnError bool
217 err error
220 func (ex *exitHandler) Errorf(format string, a ...interface{}) error {
224 func (ex *exitHandler) HasError() bool {
231 func (ex *exitHandler) Set(err error) error {
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/embedded/
H A DZooKeeperServerEmbedded.java49 private ExitHandler exitHandler = ExitHandler.EXIT; field in ZooKeeperServerEmbedded.ZookKeeperServerEmbeddedBuilder
80 public ZookKeeperServerEmbeddedBuilder exitHandler(ExitHandler exitHandler) { in exitHandler() argument
H A DZooKeeperServerEmbeddedImpl.java41 private final ExitHandler exitHandler; field in ZooKeeperServerEmbeddedImpl
44 …ZooKeeperServerEmbeddedImpl(Properties p, Path baseDir, ExitHandler exitHandler) throws Exception { in ZooKeeperServerEmbeddedImpl()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DPosixChildProcessTracker.cpp46 void ChildProcessTracker::addProcess(PidType pid, ExitHandler exitHandler) in addProcess()
100 ExitHandler exitHandler = process.second; in attemptToReapProcess() local
H A DPosixParentProcessMonitor.cpp48 void exitHandler() in exitHandler() function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/LSP/
H A DLanguageServer.hs188 exitHandler exit = LSP.notificationHandler SExit $ const $ do function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/LSP/
H A DLanguageServer.hs188 exitHandler exit = LSP.notificationHandler SExit $ const $ do function
/dports/www/e107/e107/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/
H A DUtil.php29 protected static $exitHandler; variable in Hybridauth\\HttpClient\\Util
/dports/science/PETSc/petsc-3.14.1/src/sys/error/tests/
H A Dex1.c8 int exitHandler; member
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/aleth-bootnode/
H A Dmain.cpp145 ExitHandler exitHandler; in main() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/Xbox360Controller/
H A DXbox360EventClient.cpp34 BOOL exitHandler( DWORD ctrlType ) in exitHandler() function
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go44 exitHandler ExitHandler member
/dports/sysutils/triton/Triton-0.8.1/src/examples/python/ctf-writeups/custom-crackmes/aarch64-hash/
H A Dsolve.py119 def exitHandler(ctx): function
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go44 exitHandler ExitHandler member
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go47 exitHandler ExitHandler member
/dports/sysutils/triton/Triton-0.8.1/src/examples/python/ctf-writeups/google2016-unbreakable/
H A Dsolve.py201 def exitHandler(ctx): function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go47 exitHandler ExitHandler member
/dports/math/asymptote/asymptote-2.67/
H A Dmain.cc199 void exitHandler(int) in exitHandler() function
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/plugin/executor/containerd/
H A Dcontainerd.go47 exitHandler ExitHandler member
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go47 exitHandler ExitHandler member
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go47 exitHandler ExitHandler member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/plugin/executor/containerd/
H A Dcontainerd.go47 exitHandler ExitHandler member
/dports/sysutils/triton/Triton-0.8.1/src/examples/python/ctf-writeups/hackcon-2016-angry-reverser/
H A Dsolve.py228 def exitHandler(ctx): function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/
H A Dqgis_mapserver.cpp487 auto exitHandler = [ ]( int signal ) in main() local
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/plugin/executor/containerd/
H A Dcontainerd.go60 exitHandler ExitHandler member

123