OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nthread
(Results
1 - 14
of
14
) sorted by null
/external/valgrind/main/drd/tests/
pth_barrier.c
66
/** Actual test, consisting of
nthread
threads. */
67
static void barriers_and_races(const int
nthread
, const int iterations)
75
t = malloc(
nthread
* sizeof(struct threadinfo));
81
pthread_barrier_init(&b, 0,
nthread
);
87
for (i = 0; i <
nthread
; i++)
95
i,
nthread
, strerror(res));
102
for (i = 0; i <
nthread
; i++)
115
int
nthread
;
local
118
nthread
= (argc > 1) ? atoi(argv[1]) : 2;
122
barriers_and_races(
nthread
, iterations)
[
all
...]
annotate_barrier.c
124
/* Actual test, consisting of
nthread
threads. */
125
static void barriers_and_races(const int
nthread
, const int iterations)
133
t = malloc(
nthread
* sizeof(struct threadinfo));
139
barrier_init(&b,
nthread
);
141
for (i = 0; i <
nthread
; i++)
151
for (i = 0; i <
nthread
; i++)
162
int
nthread
;
local
165
nthread
= (argc > 1) ? atoi(argv[1]) : 2;
169
barriers_and_races(
nthread
, iterations);
omp_matinv.c
289
int
nthread
= 1;
local
304
case 't':
nthread
= atoi(optarg); break;
319
assert(
nthread
>= 1);
321
omp_set_num_threads(
nthread
);
/external/chromium_org/third_party/sqlite/src/test/
thread001.test
21
set ::
NTHREAD
10
108
# Kick off $::
NTHREAD
threads:
111
for {set i 0} {$i < $::
NTHREAD
} {incr i} {
117
for {set i 0} {$i < $::
NTHREAD
} {incr i} {
130
} [expr {1 + $::
NTHREAD
*100}]
thread002.test
25
set ::
NTHREAD
10
72
for {set ii 0} {$ii < $::
NTHREAD
} {incr ii} {
79
for {set i 0} {$i < $::
NTHREAD
} {incr i} {
98
} [list [expr 1 + $::
NTHREAD
*100] ok]
notify2.test
30
# This test uses $
nThread
threads. Each thread opens the main database
49
set
nThread
6
52
# The Tcl script executed by each of the $
nThread
threads used by this test.
197
# Launch $
nThread
threads. Then wait for them to finish.
201
for {set ii 0} {$ii < $
nThread
} {incr ii} {
204
for {set ii 0} {$ii < $
nThread
} {incr ii} {
walthread.test
146
set E(
nthread
) $count
416
incr nextwrite $E(
nthread
)
/external/chromium_org/third_party/re2/util/
benchmark.cc
95
void RunBench(Benchmark* b, int
nthread
, int siz) {
99
if(
nthread
!= 1)
/external/regex-re2/util/
benchmark.cc
95
void RunBench(Benchmark* b, int
nthread
, int siz) {
99
if(
nthread
!= 1)
/external/valgrind/main/docs/internals/
tm-threadstates.dot
15
running -> wait_join [ label="wait for another\
nthread
termination" ];
/external/skia/tools/
win_dbghelp.cpp
184
printf("\
nThread
Callstack:\n");
/external/chromium_org/third_party/icu/source/test/intltest/
tzfmttst.cpp
310
log.logln((UnicodeString) "\
nThread
" + index + ": Locale: " + UnicodeString(data.locales[locidx].getName()));
/external/valgrind/main/coregrind/
m_libcassert.c
211
VG_(printf)( "\
nThread
%d: status = %s\n", i,
/external/icu4c/test/intltest/
tzfmttst.cpp
416
log.logln((UnicodeString) "\
nThread
" + index + ": Locale: " + UnicodeString(data.locales[locidx].getName()));
[
all
...]
Completed in 1785 milliseconds