Searched defs:numThreads (Results 1 - 3 of 3) sorted by relevance

/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
/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.h92 int numThreads; /*number of used threads in the next array, doesn't need to be cont*/ member in struct:__anon2064

Completed in 71 milliseconds