Home
last modified time | relevance | path

Searched refs:nThread (Results 1 – 25 of 119) sorted by relevance

12345

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dtimetablegeneratemultipleform.cpp525 genMultiMatrix[t].nThread=t; in start()
604 nThreadForHighest.append(nThread); in timetableGenerated()
612 nThreadForHighest.append(nThread); in timetableGenerated()
701 timetableStarted(nThread, timetablingThreads[nThread].nOverallTimetable+1); in timetableGenerated()
708 …timetablingThreads[nThread]._internalGeneratingThread=std::thread([=]{timetablingThreads[nThread].… in timetableGenerated()
856 int nThread=nThreadForHighest.at(i); in stop() local
1002 int nThread=nThreadForHighest.at(i); in simulationFinished() local
1149 assert(nThread>=0); in activityPlaced()
1150 assert(nThread<nThreadsSpinBox->value()); in activityPlaced()
1152 genMultiMatrix[nThread].myMutex.lock(); in activityPlaced()
[all …]
H A Dtimetablegeneratemultipleform.h43 void timetableGenerated(int nThread, int timetable, const QString& description, bool ok);
119 void timetableStarted(int nThread, int timetable);
121 void timetableGenerated(int nThread, int timetable, const QString& description, bool ok);
125 void activityPlaced(int nThread, int na);
/dports/devel/R-cran-data.table/data.table/R/
H A Dfwrite.R9 buffMB=8, nThread=getDTthreads(verbose), argument
31 nThread = as.integer(nThread)
53 length(nThread)==1L && !is.na(nThread) && nThread>=1L
68 nThread = 1L
110 row.names, col.names, logical01, scipen, dateTimeAs, buffMB, nThread,
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_reader_writer_lock.cpp41 const int nThread; member
44 StressRWLBody(int nThread_, int percentMax_) : nThread(nThread_), percentMax(percentMax_) {} in StressRWLBody()
110 const int nThread; member
113 … CorrectRWLScopedBody(int nThread_, Harness::SpinBarrier& b_) : nThread(nThread_),my_barrier(b_) {} in CorrectRWLScopedBody()
141 const int nThread; member
144 CorrectRWLBody(int nThread_, Harness::SpinBarrier& b_ ) : nThread(nThread_), my_barrier(b_) {} in CorrectRWLBody()
H A Dtest_critical_section.cpp34 const int nThread; member
41 nThread(nThread_), in BusyBody()
49 int nIters = MAX_WORK/nThread; in operator ()()
89 const int nThread; member
96 nThread(nThread_), in BusyBodyScoped()
104 int nIters = MAX_WORK/nThread; in operator ()()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_reader_writer_lock.cpp41 const int nThread; member
44 StressRWLBody(int nThread_, int percentMax_) : nThread(nThread_), percentMax(percentMax_) {} in StressRWLBody()
110 const int nThread; member
113 … CorrectRWLScopedBody(int nThread_, Harness::SpinBarrier& b_) : nThread(nThread_),my_barrier(b_) {} in CorrectRWLScopedBody()
141 const int nThread; member
144 CorrectRWLBody(int nThread_, Harness::SpinBarrier& b_ ) : nThread(nThread_), my_barrier(b_) {} in CorrectRWLBody()
H A Dtest_critical_section.cpp34 const int nThread; member
41 nThread(nThread_), in BusyBody()
49 int nIters = MAX_WORK/nThread; in operator ()()
89 const int nThread; member
96 nThread(nThread_), in BusyBodyScoped()
104 int nIters = MAX_WORK/nThread; in operator ()()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_reader_writer_lock.cpp41 const int nThread; member
44 StressRWLBody(int nThread_, int percentMax_) : nThread(nThread_), percentMax(percentMax_) {} in StressRWLBody()
110 const int nThread; member
113 … CorrectRWLScopedBody(int nThread_, Harness::SpinBarrier& b_) : nThread(nThread_),my_barrier(b_) {} in CorrectRWLScopedBody()
141 const int nThread; member
144 CorrectRWLBody(int nThread_, Harness::SpinBarrier& b_ ) : nThread(nThread_), my_barrier(b_) {} in CorrectRWLBody()
H A Dtest_critical_section.cpp34 const int nThread; member
41 nThread(nThread_), in BusyBody()
49 int nIters = MAX_WORK/nThread; in operator ()()
89 const int nThread; member
96 nThread(nThread_), in BusyBodyScoped()
104 int nIters = MAX_WORK/nThread; in operator ()()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest5.c279 int nThread; /* Number of threads */ member
302 p->nThread = nMax; in testThreadInit()
314 for(i=0; i<p->nThread; i++){ in testThreadShutdown()
341 assert( iThread>=0 && iThread<p->nThread ); in testThreadLaunch()
385 for(i=0; i<pThreadSet->nThread; i++){ in testThreadWait()
597 int nThread; in do_test_mt1() local
602 nThread = p->nReadwrite + p->nFastReader + p->nSlowReader; in do_test_mt1()
603 pSet = testThreadInit(nThread); in do_test_mt1()
604 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
609 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest5.c279 int nThread; /* Number of threads */ member
302 p->nThread = nMax; in testThreadInit()
314 for(i=0; i<p->nThread; i++){ in testThreadShutdown()
341 assert( iThread>=0 && iThread<p->nThread ); in testThreadLaunch()
385 for(i=0; i<pThreadSet->nThread; i++){ in testThreadWait()
597 int nThread; in do_test_mt1() local
602 nThread = p->nReadwrite + p->nFastReader + p->nSlowReader; in do_test_mt1()
603 pSet = testThreadInit(nThread); in do_test_mt1()
604 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
609 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest5.c279 int nThread; /* Number of threads */ member
302 p->nThread = nMax; in testThreadInit()
314 for(i=0; i<p->nThread; i++){ in testThreadShutdown()
341 assert( iThread>=0 && iThread<p->nThread ); in testThreadLaunch()
385 for(i=0; i<pThreadSet->nThread; i++){ in testThreadWait()
597 int nThread; in do_test_mt1() local
602 nThread = p->nReadwrite + p->nFastReader + p->nSlowReader; in do_test_mt1()
603 pSet = testThreadInit(nThread); in do_test_mt1()
604 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
609 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest5.c279 int nThread; /* Number of threads */ member
302 p->nThread = nMax; in testThreadInit()
314 for(i=0; i<p->nThread; i++){ in testThreadShutdown()
341 assert( iThread>=0 && iThread<p->nThread ); in testThreadLaunch()
385 for(i=0; i<pThreadSet->nThread; i++){ in testThreadWait()
597 int nThread; in do_test_mt1() local
602 nThread = p->nReadwrite + p->nFastReader + p->nSlowReader; in do_test_mt1()
603 pSet = testThreadInit(nThread); in do_test_mt1()
604 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
609 for(iThread=0; *pRc==0 && iThread<nThread; iThread++){ in do_test_mt1()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A Dacid.cpp515 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
516 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
518 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
520 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
522 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
530 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
531 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
532 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
533 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
534 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A Dacid.cpp506 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
507 ppNdbThread[nThread*4+0] = NdbThread_Create(NdbThreadFuncInsert, 0, 65535, "insert",
509 ppNdbThread[nThread*4+1] = NdbThread_Create(NdbThreadFuncUpdate, 0, 65535, "update",
511 ppNdbThread[nThread*4+2] = NdbThread_Create(NdbThreadFuncDelete, 0, 65535, "delete",
513 ppNdbThread[nThread*4+3] = NdbThread_Create(NdbThreadFuncRead, 0, 65535, "read",
521 for(Uint32 nThread=0; nThread<g_nThreadCount; ++nThread) { variable
522 NdbThread_WaitFor(ppNdbThread[nThread*4+0], &pStatus);
523 NdbThread_WaitFor(ppNdbThread[nThread*4+1], &pStatus);
524 NdbThread_WaitFor(ppNdbThread[nThread*4+2], &pStatus);
525 NdbThread_WaitFor(ppNdbThread[nThread*4+3], &pStatus);
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/perf/
H A Dcpq_pdes.cpp130 int nThread; member
134 nThread(nThread_), implementation(implementation_) {} in TestPDESloadBody()
137 if (threadID == nThread) { in operator ()()
146 if (do_pop(e, nThread, implementation)) { in operator ()()
156 do_push(tmp, nThread, implementation); in operator ()()

12345