OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bench_nthread
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/test/tsan/
bench_release_only.cc
19
x = (int*)malloc(
bench_nthread
* kStride * sizeof(x[0]));
20
for (int i = 0; i <
bench_nthread
; i++)
22
start_thread_group(
bench_nthread
, thread);
bench_local_mutex.cc
20
mtx = (pthread_mutex_t*)malloc(
bench_nthread
* kStride * sizeof(*mtx));
21
for (int i = 0; i <
bench_nthread
; i++) {
26
start_thread_group(
bench_nthread
, thread);
bench_acquire_only.cc
18
start_thread_group(
bench_nthread
, thread);
bench_acquire_release.cc
17
start_thread_group(
bench_nthread
, thread);
bench.h
8
int
bench_nthread
;
variable
18
bench_nthread
= 2;
20
bench_nthread
= atoi(argv[1]);
bench_rwmutex.cc
24
start_thread_group(
bench_nthread
, thread);
bench_single_writer.cc
22
start_thread_group(
bench_nthread
, thread);
Completed in 491 milliseconds