OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXTHREADS
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/nine/
threadpool.h
31
#define
MAXTHREADS
1
/external/ltp/testcases/kernel/fs/openfile/
openfile.c
44
#define
MAXTHREADS
10
120
/* Check if numthreads is less than
MAXTHREADS
*/
121
if (numthreads >
MAXTHREADS
) {
123
sprintf(msg, "%s, used %d threads instead\n", msg,
MAXTHREADS
);
124
numthreads =
MAXTHREADS
;
/external/ltp/testcases/kernel/sched/pthreads/
pth_str03.c
42
#define
MAXTHREADS
1000
547
if ((total = num_nodes(breadth, depth)) >
MAXTHREADS
) {
549
total,
MAXTHREADS
);
Completed in 75 milliseconds