Home
last modified time | relevance | path

Searched refs:exitFunc (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/threading/
H A Dthread.cpp239 BLThreadFunc exitFunc; member in BLInternalThread
242 BL_INLINE BLInternalThread(BLThreadFunc exitFunc, void* exitData) noexcept in BLInternalThread() argument
251 exitFunc(exitFunc),
263 static BLInternalThread* blThreadNew(BLThreadFunc exitFunc, void* exitData) noexcept { in blThreadNew() argument
267 return new(self) BLInternalThread(exitFunc, exitData); in blThreadNew()
316 thread->exitFunc(thread, thread->exitData); in blThreadEntryPoint()
358 …LThread** threadOut, const BLThreadAttributes* attributes, BLThreadFunc exitFunc, void* exitData) … in blThreadCreate() argument
359 BLInternalThread* thread = blThreadNew(exitFunc, exitData); in blThreadCreate()
414 result = blThreadCreatePt(threadOut, &ptAttr, exitFunc, exitData); in blThreadCreate()
423 BLResult blThreadCreatePt(BLThread** threadOut, const pthread_attr_t* ptAttr, BLThreadFunc exitFunc in blThreadCreatePt() argument
[all …]
H A Dthread_p.h123 …LThread** threadOut, const BLThreadAttributes* attributes, BLThreadFunc exitFunc, void* exitData) …
126 …eatePt(BLThread** threadOut, const pthread_attr_t* ptAttr, BLThreadFunc exitFunc, void* exitData) …
/dports/games/xblast/xblast-2.10.4/
H A Dmenu_extras.c45 static MIC_button exitFunc = NULL; variable
112 exitFunc = NULL; in ButtonBack()
143 (void *)exitFunc)); in CreateStatMenu()
175 exitFunc = CreatePlayerStatMenu; in CreateSinglePlayerStatMenu()
192 exitFunc = CreateExtrasMenu; in CreatePlayerStatMenu()
219 exitFunc = CreateLevelStatMenu; in CreateSingleLevelStatMenu()
236 exitFunc = CreateExtrasMenu; in CreateLevelStatMenu()
289 exitFunc = NULL; in ButtonCentralBack()
356 (void *)exitFunc)); in CreateCentralMenu2()
390 exitFunc = CreateExtrasMenu; in CreateCentralStatMenu()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/vimeo/go-util/exit/
H A Dexit.go68 exitFunc = os.Exit // can be faked out for testing var
87 exitFunc(int(code))
H A Dexit_test.go32 exitFunc = func(c int) {
/dports/net/nsq/nsq-1.2.1/nsqlookupd/
H A Dnsqlookupd.go57 exitFunc := func(err error) {
67 exitFunc(protocol.TCPServer(l.tcpListener, l.tcpServer, l.logf))
71 exitFunc(http_api.Serve(l.httpListener, httpServer, "HTTP", l.logf))
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/FvwmPrompt/vendor/github.com/abiosoft/ishell/
H A Dfunctions.go7 func exitFunc(c *Context) { func
26 Func: exitFunc,
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A Db3PluginManager.h29 b3PluginFunctions(PFN_INIT initFunc, PFN_EXIT exitFunc, PFN_EXECUTE executeCommandFunc) in b3PluginFunctions()
31 m_exitFunc(exitFunc), in b3PluginFunctions()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A Db3PluginManager.h29 b3PluginFunctions(PFN_INIT initFunc, PFN_EXIT exitFunc, PFN_EXECUTE executeCommandFunc) in b3PluginFunctions()
31 m_exitFunc(exitFunc), in b3PluginFunctions()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgKeyFlier.h51 typedef void (*exitFunc)(int) ; typedef
65 exitFunc exit_action ;
82 void set_exit_action ( exitFunc f ) { exit_action = f ; } in set_exit_action()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/vba_tests/
H A Ddateadd.vb83 exitFunc:
92 GoTo exitFunc
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Scripting/Global/
H A DReinforcementsGlobal.cs123 LuaFunction actionFunc = null, LuaFunction exitFunc = null, int dropRange = 3) in ReinforceWithTransport() argument
165 if (exitFunc != null) in ReinforceWithTransport()
167 var ef = (LuaFunction)exitFunc.CopyReference(); in ReinforceWithTransport()
/dports/net/nsq/nsq-1.2.1/nsqadmin/
H A Dnsqadmin.go173 exitFunc := func(err error) {
184 exitFunc(http_api.Serve(n.httpListener, http_api.CompressHandler(httpServer), "HTTP", n.logf))
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Ddebug.go76 type exitFunc func(code int) type
81 exit exitFunc
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Ddebug.go76 type exitFunc func(code int) type
81 exit exitFunc
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Ddebug.go76 type exitFunc func(code int) type
81 exit exitFunc
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Ddebug.go76 type exitFunc func(code int) type
81 exit exitFunc
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Ddebug.go76 type exitFunc func(code int) type
81 exit exitFunc
/dports/net/nsq/nsq-1.2.1/nsqd/
H A Dnsqd.go233 exitFunc := func(err error) {
243 exitFunc(protocol.TCPServer(n.tcpListener, n.tcpServer, n.logf))
248 exitFunc(http_api.Serve(n.httpListener, httpServer, "HTTP", n.logf))
253 exitFunc(http_api.Serve(n.httpsListener, httpsServer, "HTTPS", n.logf))
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/github.com/sirupsen/logrus/
H A Dlogger.go40 ExitFunc exitFunc
43 type exitFunc func(int) type
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/vendor/github.com/sirupsen/logrus/
H A Dlogger.go40 ExitFunc exitFunc
43 type exitFunc func(int) type
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/actorcompiler/
H A DActorCompiler.cs731 var exitFunc = getFunction("exitChoose", ""); in CompileStatement()
732 exitFunc.returnType = "void"; in CompileStatement()
733 exitFunc.WriteLine("if ({0}->actor_wait_state > 0) {0}->actor_wait_state = 0;", This); in CompileStatement()
735 exitFunc.WriteLine("{0}->{1}::remove();", This, ch.CallbackTypeInStateClass); in CompileStatement()
736 exitFunc.endIsUnreachable = true; in CompileStatement()
785 cbFunc.WriteLine("{0};", exitFunc.call()); in CompileStatement()
802 errFunc.WriteLine("{0};", exitFunc.call()); in CompileStatement()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/sirupsen/logrus/
H A Dlogger.go41 ExitFunc exitFunc
44 type exitFunc func(int) type
/dports/net/inlets/inlets-3.0.2/vendor/github.com/sirupsen/logrus/logrus-1.4.2/
H A Dlogger.go41 ExitFunc exitFunc
44 type exitFunc func(int) type
/dports/net/inlets/inlets-3.0.2/vendor/github.com/sirupsen/logrus/
H A Dlogger.go41 ExitFunc exitFunc
44 type exitFunc func(int) type

1234567