Home
last modified time | relevance | path

Searched refs:BackgroundWorker (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DBackgroundWorkerTest.cs51 BackgroundWorker b = new BackgroundWorker (); in ReportProgressNoReportingSupported()
59 BackgroundWorker b = new BackgroundWorker (); in ReportProgressNonBusy()
69 BackgroundWorker b = new BackgroundWorker (); in CancelAsyncNoCancellationSupported()
77 BackgroundWorker b = new BackgroundWorker (); in CancelAsyncNonBusy()
86 BackgroundWorker bw = new BackgroundWorker (); in CancelBackgroundWorker()
122 BackgroundWorker bw = new BackgroundWorker (); in ExceptionBackgroundWorker()
159 BackgroundWorker bw = new BackgroundWorker (); in CompleteBackgroundWorker()
/dports/www/tntnet/tntnet-2.2.1/framework/common/
H A Dbackgroundworker.cpp40 BackgroundWorker& BackgroundWorker::it() in it()
42 static BackgroundWorker* theWorker = 0; in it()
54 theWorker = new BackgroundWorker(); in it()
59 BackgroundWorker::BackgroundWorker() in BackgroundWorker() function in tnt::BackgroundWorker
63 _threadPool.schedule(cxxtools::callable(*this, &BackgroundWorker::timeoutCheckerFunc)); in BackgroundWorker()
66 BackgroundWorker::~BackgroundWorker() in ~BackgroundWorker()
78 void BackgroundWorker::timeoutCheckerFunc() in timeoutCheckerFunc()
156 unsigned BackgroundWorker::runTask(BackgroundTask::Pointer task) in runTask()
165 BackgroundTask::Pointer BackgroundWorker::getTask(unsigned id) const in getTask()
179 void BackgroundWorker::removeTask(unsigned id) in removeTask()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/tests/
H A DBackgroundWorkerTests.cs30 var worker = new BackgroundWorker() { WorkerReportsProgress = true }; in TestBackgroundWorkerBasic()
99 BackgroundWorker bw = new BackgroundWorker(); in TestCancelAsync()
136 var bw = sender as BackgroundWorker; in DoWorkExpectCancel()
170 var bw = new BackgroundWorker(); in TestThrowExceptionInDoWork()
206 var bw = new BackgroundWorker(); in CtorTest()
216 var bw = new BackgroundWorker(); in RunWorkerAsyncTwice()
281 var bw = new BackgroundWorker() { WorkerSupportsCancellation = false }; in TestCancelAsyncWithoutCancellationSupport()
288 var bw = new BackgroundWorker() { WorkerReportsProgress = true }; in TestReportProgressSync()
318 var bw = new BackgroundWorker() { WorkerReportsProgress = false }; in TestReportProgressWithWorkerReportsProgressFalse()
325 var bw = new BackgroundWorker(); in DisposeTwiceShouldNotThrow()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Constraints/
H A DDelayedConstraintTest.cs126 BackgroundWorker worker = new BackgroundWorker(); in CanTestContentsOfList()
137 BackgroundWorker worker = new BackgroundWorker(); in CanTestContentsOfRefList()
148 var worker = new BackgroundWorker(); in CanTestContentsOfDelegateReturningList()
161 BackgroundWorker worker = new BackgroundWorker(); in CanTestInitiallyNullReference()
174 BackgroundWorker worker = new BackgroundWorker(); in CanTestInitiallyNullDelegate()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-client/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql10-server/postgresql-10.19/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
99 } BackgroundWorker; argument
113 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
116 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
130 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/postmaster/
H A Dbgworker.h79 typedef struct BackgroundWorker struct
91 } BackgroundWorker; argument
105 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
108 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
124 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql11-client/postgresql-11.14/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
100 } BackgroundWorker; argument
114 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
117 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
132 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker
100 } BackgroundWorker;
114 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
117 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
132 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
100 } BackgroundWorker; argument
114 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
117 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
132 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker struct
100 } BackgroundWorker; argument
114 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
117 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
132 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/postmaster/
H A Dbgworker.h88 typedef struct BackgroundWorker
100 } BackgroundWorker;
114 extern void RegisterBackgroundWorker(BackgroundWorker *worker);
117 extern bool RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
132 extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;

12345678910>>...21