Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:THREADS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
parameters.sh
14
echo " -t : (\$
THREADS
) threads to start"
54
export
THREADS
=$OPTARG
55
info "Number of threads to start: $
THREADS
"
99
if [ -z "$
THREADS
" ]; then
100
export
THREADS
=1
103
export L_THREAD=$((
THREADS
+ F_THREAD - 1 ))
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
parameters.sh
15
echo " -t : (\$
THREADS
) threads to start"
57
export
THREADS
=$OPTARG
58
info "Number of threads to start: $
THREADS
"
114
if [ -z "$
THREADS
" ]; then
115
export
THREADS
=1
121
export L_THREAD=$((
THREADS
+ F_THREAD - 1 ))
H
A
D
pktgen_sample06_numa_awared_queue_irq_affinity.sh
32
[ $
THREADS
-gt ${#irq_array[*]} -o $
THREADS
-gt ${#cpu_array[*]} ] && \
33
err 1 "Thread number $
THREADS
exceeds: min (${#irq_array[*]},${#cpu_array[*]})"
52
# Threads are specified with parameter -t value in $
THREADS
53
for ((i = 0; i < $
THREADS
; i++)); do
109
for ((i = 0; i < $
THREADS
; i++)); do
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H
A
D
dscr_default_test.c
16
static unsigned long result[
THREADS
];
62
pthread_t threads[
THREADS
];
in dscr_default()
63
unsigned long i, *status[
THREADS
];
in dscr_default()
75
for (i = 0; i <
THREADS
; i++) {
in dscr_default()
104
for (i = 0; i <
THREADS
; i++) {
in dscr_default()
H
A
D
dscr.h
28
#define
THREADS
100 /* Max threads */
macro
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
mmap-thread-lookup.c
21
#define
THREADS
4
macro
32
static struct thread_data threads[
THREADS
];
110
for (i = 1; !err && i <
THREADS
; i++)
in threads_create()
126
for (i = 1; !err && i <
THREADS
; i++)
in threads_destroy()
185
for (i = 0; i <
THREADS
; i++) {
in mmap_events()
214
* This test creates '
THREADS
' number of threads (including
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
mmap-thread-lookup.c
21
#define
THREADS
4
macro
32
static struct thread_data threads[
THREADS
];
110
for (i = 1; !err && i <
THREADS
; i++)
in threads_create()
126
for (i = 1; !err && i <
THREADS
; i++)
in threads_destroy()
185
for (i = 0; i <
THREADS
; i++) {
in mmap_events()
216
* This test creates '
THREADS
' number of threads (including
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H
A
D
dscr_default_test.c
121
struct random_thread_args threads[
THREADS
];
in dscr_default_random_test()
132
FAIL_IF(pthread_barrier_init(&barrier, NULL,
THREADS
));
in dscr_default_random_test()
136
for (int i = 0; i <
THREADS
; i++) {
in dscr_default_random_test()
145
for (int i = 0; i <
THREADS
; i++)
in dscr_default_random_test()
H
A
D
dscr_explicit_test.c
135
struct random_thread_args threads[
THREADS
];
in dscr_explicit_random_test()
140
FAIL_IF(pthread_barrier_init(&barrier, NULL,
THREADS
));
in dscr_explicit_random_test()
142
for (int i = 0; i <
THREADS
; i++) {
in dscr_explicit_random_test()
150
for (int i = 0; i <
THREADS
; i++)
in dscr_explicit_random_test()
H
A
D
dscr.h
29
#define
THREADS
100 /* Max threads */
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
46
#define
THREADS
16 /* Number of threads */
macro
58
static int nthread =
THREADS
;
284
printf("\t-t\t Amount of threads. (Default = %d)\n",
THREADS
);
in show_help()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
46
#define
THREADS
16 /* Number of threads */
macro
58
static int nthread =
THREADS
;
284
printf("\t-t\t Amount of threads. (Default = %d)\n",
THREADS
);
in show_help()
Completed in 4 milliseconds