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