OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numThreads
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/jemalloc/dist/msvc/test_threads/
test_threads.cpp
32
static const int
numThreads
= narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50;
39
printf("Starting %d threads x %d x %d iterations...\n",
numThreads
, numIter1, numIter2);
40
for (int i = 0; i <
numThreads
; i++) {
test_threads.cpp
32
static const int
numThreads
= narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50;
39
printf("Starting %d threads x %d x %d iterations...\n",
numThreads
, numIter1, numIter2);
40
for (int i = 0; i <
numThreads
; i++) {
test_threads.cpp
32
static const int
numThreads
= narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50;
39
printf("Starting %d threads x %d x %d iterations...\n",
numThreads
, numIter1, numIter2);
40
for (int i = 0; i <
numThreads
; i++) {
/src/external/bsd/jemalloc.old/dist/msvc/test_threads/
test_threads.cpp
31
static const int
numThreads
= narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50;
38
printf("Starting %d threads x %d x %d iterations...\n",
numThreads
, numIter1, numIter2);
39
for (int i = 0; i <
numThreads
; i++) {
test_threads.cpp
31
static const int
numThreads
= narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50;
38
printf("Starting %d threads x %d x %d iterations...\n",
numThreads
, numIter1, numIter2);
39
for (int i = 0; i <
numThreads
; i++) {
test_threads.cpp
31
static const int
numThreads
= narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50;
38
printf("Starting %d threads x %d x %d iterations...\n",
numThreads
, numIter1, numIter2);
39
for (int i = 0; i <
numThreads
; i++) {
/src/external/bsd/zstd/dist/contrib/pzstd/
Options.h
27
unsigned
numThreads
;
46
Options(unsigned
numThreads
, unsigned maxWindowLog, unsigned compressionLevel,
50
:
numThreads
(
numThreads
), maxWindowLog(maxWindowLog),
Options.h
27
unsigned
numThreads
;
46
Options(unsigned
numThreads
, unsigned maxWindowLog, unsigned compressionLevel,
50
:
numThreads
(
numThreads
), maxWindowLog(maxWindowLog),
Options.h
27
unsigned
numThreads
;
46
Options(unsigned
numThreads
, unsigned maxWindowLog, unsigned compressionLevel,
50
:
numThreads
(
numThreads
), maxWindowLog(maxWindowLog),
/src/external/bsd/zstd/dist/tests/
poolTests.c
43
static int testOrder(size_t
numThreads
, size_t queueSize)
46
POOL_ctx* const ctx = POOL_create(
numThreads
, queueSize);
75
static int testWait(size_t
numThreads
, size_t queueSize) {
77
POOL_ctx* const ctx = POOL_create(
numThreads
, queueSize);
194
POOL_ctx* const ctx = POOL_create(3 /*
numThreads
*/, nbWaits /*queueSize*/);
202
ASSERT_EQ( POOL_resize(ctx, 1 /*
numThreads
*/) , 0 ); /* downsize
numThreads
, to try to break end condition */
227
size_t
numThreads
;
236
for (
numThreads
= 1;
numThreads
<= 4; ++numThreads)
[
all
...]
poolTests.c
43
static int testOrder(size_t
numThreads
, size_t queueSize)
46
POOL_ctx* const ctx = POOL_create(
numThreads
, queueSize);
75
static int testWait(size_t
numThreads
, size_t queueSize) {
77
POOL_ctx* const ctx = POOL_create(
numThreads
, queueSize);
194
POOL_ctx* const ctx = POOL_create(3 /*
numThreads
*/, nbWaits /*queueSize*/);
202
ASSERT_EQ( POOL_resize(ctx, 1 /*
numThreads
*/) , 0 ); /* downsize
numThreads
, to try to break end condition */
227
size_t
numThreads
;
236
for (
numThreads
= 1;
numThreads
<= 4; ++numThreads)
[
all
...]
poolTests.c
43
static int testOrder(size_t
numThreads
, size_t queueSize)
46
POOL_ctx* const ctx = POOL_create(
numThreads
, queueSize);
75
static int testWait(size_t
numThreads
, size_t queueSize) {
77
POOL_ctx* const ctx = POOL_create(
numThreads
, queueSize);
194
POOL_ctx* const ctx = POOL_create(3 /*
numThreads
*/, nbWaits /*queueSize*/);
202
ASSERT_EQ( POOL_resize(ctx, 1 /*
numThreads
*/) , 0 ); /* downsize
numThreads
, to try to break end condition */
227
size_t
numThreads
;
236
for (
numThreads
= 1;
numThreads
<= 4; ++numThreads)
[
all
...]
Completed in 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026