Home
last modified time | relevance | path

Searched refs:workerFunc (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/restic/restic-0.12.1/internal/repository/
H A Dworker_group.go9 func RunWorkers(count int, workerFunc func() error) error {
14 wg.Go(workerFunc)
/dports/devel/boost-docs/boost_1_72_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/thread/test/
H A Dtest_5542_3.cpp12 void workerFunc() in workerFunc() function
28 boost::thread workerThread(workerFunc); in main()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Text/ParserCombinators/Parsec/
H A DUtils.hs94 workerFunc = do function
100 try workerFunc
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dworkerpool.go184 wp.workerFunc(ch)
203 func (wp *workerPool) workerFunc(ch *workerChan) { func
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dworkerpool.go184 wp.workerFunc(ch)
203 func (wp *workerPool) workerFunc(ch *workerChan) { func
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dworkerpool.go184 wp.workerFunc(ch)
203 func (wp *workerPool) workerFunc(ch *workerChan) { func
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksi_queue.h45 bool (*workerFunc)(void*); member
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go148 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
153 workerFunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go155 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
160 workerFunc()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go155 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
160 workerFunc()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go150 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
155 workerFunc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go155 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
160 workerFunc()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go155 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
160 workerFunc()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go155 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
160 workerFunc()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go150 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
155 workerFunc()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go155 func StartWorkerPool(numWorkers int, workerFunc func()) *WorkerPool {
160 workerFunc()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionModuleContext.hpp261 …core::Error(const core::json::JsonRpcRequest&, const T&, core::json::JsonRpcResponse*)> workerFunc, in rpcAsyncCoupleRunner() argument
270 return executeAsync(boost::bind(workerFunc, _1, state, _2), in rpcAsyncCoupleRunner()
289 …core::Error(const core::json::JsonRpcRequest&, const T&, core::json::JsonRpcResponse*)> workerFunc) in registerRpcAsyncCoupleMethod() argument
293 workerFunc, in registerRpcAsyncCoupleMethod()

12