OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_nthread
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/drd/tests/
matinv.c
46
static int
s_nthread
= 1;
variable
233
t = malloc(sizeof(struct gj_threadinfo) *
s_nthread
);
235
pthread_barrier_init(&b, 0,
s_nthread
);
241
for (i = 0; i <
s_nthread
; i++)
247
t[i].r0 = i * rows /
s_nthread
;
248
t[i].r1 = (i+1) * rows /
s_nthread
;
254
for (i = 0; i <
s_nthread
; i++)
326
case 't':
s_nthread
= atoi(optarg); break;
342
assert(
s_nthread
>= 1);
Completed in 699 milliseconds