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:NTHREADS
(Results
1 - 12
of
12
) sorted by relevance
/third_party/libunwind/libunwind/tests/
H
A
D
Gtest-concurrent.c
40
#define
NTHREADS
128
macro
86
pthread_t th[
NTHREADS
];
in doit()
93
for (i = 0; i <
NTHREADS
; ++i)
in doit()
98
NTHREADS
, i);
in doit()
102
for (i = 0; i <
NTHREADS
; ++i)
in doit()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
H
A
D
6-2.c
77
#define
NTHREADS
5
macro
114
pthread_t ch[
NTHREADS
];
in main()
140
for (i = 0; i <
NTHREADS
; i++) {
in main()
167
for (i = 1; i <
NTHREADS
; i++) {
in main()
176
for (i = 0; i <
NTHREADS
; i++) {
in main()
H
A
D
6-1.c
78
#define
NTHREADS
5
macro
112
pthread_t ch[
NTHREADS
];
in main()
138
for (i = 0; i <
NTHREADS
; i++) {
in main()
161
for (; n_awaken <
NTHREADS
; sched_yield()) {
in main()
170
for (i = 0; i <
NTHREADS
; i++) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H
A
D
stress.c
72
#define
NTHREADS
30
macro
166
pthread_t th[
NTHREADS
];
in main()
167
pthread_barrier_t b[
NTHREADS
];
in main()
191
for (i = 0; i <
NTHREADS
; i++) {
in main()
205
for (i = 0; i <
NTHREADS
; i++) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H
A
D
1-3.c
72
#define
NTHREADS
30
macro
122
pthread_t th[
NTHREADS
];
in main()
131
for (i = 0; i <
NTHREADS
; i++) {
in main()
140
for (i = 0; i <
NTHREADS
; i++) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H
A
D
stress.c
72
#define
NTHREADS
30
macro
145
pthread_t th[
NTHREADS
];
in main()
151
ret = pthread_barrier_init(&bar, NULL,
NTHREADS
);
in main()
183
for (i = 0; i <
NTHREADS
; i++) {
in main()
192
for (i = 0; i <
NTHREADS
; i++) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H
A
D
1-2.c
72
for (_nch=0; _nch<
NTHREADS
; _nch++) \
81
for (_nch=0; _nch<
NTHREADS
; _nch++) \
93
#define
NTHREADS
(20)
macro
293
pid_t p_child[
NTHREADS
];
in main()
294
pthread_t t_child[
NTHREADS
];
in main()
489
for (ch = 0; ch <
NTHREADS
; ch++) {
in main()
525
while (ch <
NTHREADS
) {
in main()
574
for (ch = (
NTHREADS
- 1); ch >= 0; ch--) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H
A
D
2-5.c
57
#define
NTHREADS
(100)
macro
170
pthread_t th[
NTHREADS
];
in main()
302
for (j = 0; j <
NTHREADS
; j++) {
in main()
320
} while (loc_started <
NTHREADS
);
in main()
337
} while (loc_stopped <
NTHREADS
);
in main()
340
for (j = 0; j <
NTHREADS
; j++) {
in main()
/third_party/python/Lib/test/test_importlib/
H
A
D
test_locks.py
63
NTHREADS
= NLOCKS
65
NTHREADS
= NLOCKS - 1
66
barrier = threading.Barrier(
NTHREADS
)
89
lock_tests.Bunch(f,
NTHREADS
).wait_for_finished()
90
self.assertEqual(len(results),
NTHREADS
)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H
A
D
2-1.c
73
for (_nch=0; _nch<
NTHREADS
; _nch++) \
82
for (_nch=0; _nch<
NTHREADS
; _nch++) \
94
#define
NTHREADS
(5)
macro
335
pid_t p_child[
NTHREADS
];
in main()
336
pthread_t t_child[
NTHREADS
];
in main()
534
for (ch = 0; ch <
NTHREADS
; ch++) {
in main()
570
while (ch <
NTHREADS
) {
in main()
671
while (ch <
NTHREADS
) {
in main()
728
for (ch = (
NTHREADS
- 1); ch >= 0; ch--) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H
A
D
stress.c
73
#define
NTHREADS
30
macro
159
pthread_t th[
NTHREADS
];
in main()
264
for (i = 0; i <
NTHREADS
; i++) {
in main()
273
for (i = 0; i <
NTHREADS
; i++) {
in main()
/third_party/python/Lib/test/test_importlib/partial/
H
A
D
cfimport.py
8
NTHREADS
= 30
variable
28
for i in range(
NTHREADS
):
Completed in 5 milliseconds