Searched refs:numThreads (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpollable.c60 PRIntn numThreads = DEFAULT_THREADS; variable
162 numThreads = atoi(opt->value);
194 PR_fprintf(debug_out, "\tThreads involved: %d\n", numThreads);
204 block = PR_MALLOC(numThreads * (sizeof(ThreadData) + sizeof(PRThread *)));
210 thread = (PRThread **) &data[numThreads];
220 for (i = 0; i < numThreads; i++) {
228 if (i != numThreads - 1) {
276 / (numIterations * numThreads);
278 average, numThreads);
281 for (i = 0; i < numThreads;
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_config.c21 pack_spu.numThreads = 0;
H A Dpackspu_context.c32 CRASSERT(pack_spu.numThreads == 0);
39 CRASSERT(pack_spu.numThreads < MAX_THREADS);
92 pack_spu.numThreads++;
143 CRASSERT(pack_spu.numThreads>0);
162 pack_spu.numThreads--;
H A Dpackspu.h92 int numThreads; /*number of used threads in the next array, doesn't need to be cont*/ member in struct:__anon2064
H A Dpackspu_misc.c587 CRASSERT(CRPACKSPU_IS_WDDM_CRHGSMI() || (pack_spu.numThreads>0));
588 CRASSERT(pack_spu.numThreads<MAX_THREADS);
632 pack_spu.numThreads++;
726 CRASSERT(pack_spu.numThreads>0);
748 pack_spu.numThreads--;
H A Dpackspu_net.c262 if (pack_spu.numThreads == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.h26 int numThreads; /* 1 or 2, default = 2 */ member in struct:_CLzmaEncProps
H A DLzmaEnc.c62 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1;
80 if (p->numThreads < 0)
81 p->numThreads =
473 p->multiThread = (props.numThreads > 1);

Completed in 677 milliseconds