Home
last modified time | relevance | path

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

12

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/cli/
H A Ddaemoncommand.cpp752 pid_t currentWorker = StartUnixWorker(configs, closeConsoleLog, errorLog); in Run() local
754 if (currentWorker < 0) { in Run()
768 (void)kill(currentWorker, SIGUSR2); in Run()
791 (void)kill(currentWorker, termSig); in Run()
825 (void)kill(currentWorker, SIGTERM); in Run()
830 while (waitpid(currentWorker, nullptr, 0) == -1 && errno == EINTR) { in Run()
845 currentWorker = nextWorker; in Run()
856 << "Got signal " << SIGUSR1 << ", forwarding to seamless worker (PID " << currentWorker << ")"; in Run()
858 (void)kill(currentWorker, SIGUSR1); in Run()
863 if (waitpid(currentWorker, &status, WNOHANG) > 0) { in Run()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/Tasks/
H A DParallel.cs1139 RangeWorker currentWorker = new RangeWorker(); in ForWorker()
1143 currentWorker = (RangeWorker)savedStateFromPreviousReplica; in ForWorker()
1145 currentWorker = rangeManager.RegisterNewWorker(); in ForWorker()
1240 … currentWorkerTask.SavedStateForNextReplica = (object)currentWorker; in ForWorker()
1246 … while (currentWorker.FindNewWork32(out nFromInclusiveLocal, out nToExclusiveLocal) && in ForWorker()
1462 RangeWorker currentWorker = new RangeWorker(); in ForWorker64()
1466 currentWorker = (RangeWorker)savedStateFromPreviousReplica; in ForWorker64()
1468 currentWorker = rangeManager.RegisterNewWorker(); in ForWorker64()
1476 … if (currentWorker.FindNewWork(out nFromInclusiveLocal, out nToExclusiveLocal) == false || in ForWorker64()
1563 currentWorkerTask.SavedStateForNextReplica = (object)currentWorker; in ForWorker64()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DSerializedStackHolder.cpp63 WorkerPrivate* currentWorker = GetCurrentThreadWorkerPrivate(); in SerializeCurrentStack() local
64 SerializeWorkerStack(aCx, currentWorker, stack); in SerializeCurrentStack()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DSerializedStackHolder.cpp63 WorkerPrivate* currentWorker = GetCurrentThreadWorkerPrivate(); in SerializeCurrentStack() local
64 SerializeWorkerStack(aCx, currentWorker, stack); in SerializeCurrentStack()
/dports/www/firefox/firefox-99.0/dom/base/
H A DSerializedStackHolder.cpp63 WorkerPrivate* currentWorker = GetCurrentThreadWorkerPrivate(); in SerializeCurrentStack() local
64 SerializeWorkerStack(aCx, currentWorker, stack); in SerializeCurrentStack()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DSerializedStackHolder.cpp63 WorkerPrivate* currentWorker = GetCurrentThreadWorkerPrivate(); in SerializeCurrentStack() local
64 SerializeWorkerStack(aCx, currentWorker, stack); in SerializeCurrentStack()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Parallel/src/System/Threading/Tasks/
H A DParallel.cs1086 …(ref RangeWorker currentWorker, int timeout, out bool replicationDelegateYieldedBeforeCompletion) … in ForWorker()
1091 if (!currentWorker.IsInitialized) in ForWorker()
1092 currentWorker = rangeManager.RegisterNewWorker(); in ForWorker()
1103 … if (currentWorker.FindNewWork32(out nFromInclusiveLocal, out nToExclusiveLocal) == false || in ForWorker()
1188 … } while (currentWorker.FindNewWork32(out nFromInclusiveLocal, out nToExclusiveLocal) && in ForWorker()
1348 …(ref RangeWorker currentWorker, int timeout, out bool replicationDelegateYieldedBeforeCompletion) … in ForWorker64()
1353 if (!currentWorker.IsInitialized) in ForWorker64()
1354 currentWorker = rangeManager.RegisterNewWorker(); in ForWorker64()
1365 … if (currentWorker.FindNewWork(out nFromInclusiveLocal, out nToExclusiveLocal) == false || in ForWorker64()
1453 … } while (currentWorker.FindNewWork(out nFromInclusiveLocal, out nToExclusiveLocal) && in ForWorker64()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4398 shared->currentWorker = 0; in tuplesort_initialize_shared()
4442 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4585 shared->currentWorker = 0; in tuplesort_initialize_shared()
4629 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4585 shared->currentWorker = 0; in tuplesort_initialize_shared()
4629 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4585 shared->currentWorker = 0; in tuplesort_initialize_shared()
4629 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4585 shared->currentWorker = 0; in tuplesort_initialize_shared()
4629 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker;
4509 shared->currentWorker = 0;
4553 worker = shared->currentWorker++;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4585 shared->currentWorker = 0; in tuplesort_initialize_shared()
4629 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4585 shared->currentWorker = 0; in tuplesort_initialize_shared()
4629 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c502 int currentWorker; member
4509 shared->currentWorker = 0; in tuplesort_initialize_shared()
4553 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4398 shared->currentWorker = 0; in tuplesort_initialize_shared()
4442 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4398 shared->currentWorker = 0; in tuplesort_initialize_shared()
4442 worker = shared->currentWorker++; in worker_get_identifier()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c486 int currentWorker; member
4397 shared->currentWorker = 0; in tuplesort_initialize_shared()
4441 worker = shared->currentWorker++; in worker_get_identifier()

12