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:NUM_WORKERS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/test/parallel/
H
A
D
test-cluster-dgram-1.js
27
const
NUM_WORKERS
= 4;
44
for (let i = 0; i <
NUM_WORKERS
; i++)
49
if (++listening <
NUM_WORKERS
)
64
if (sent <
NUM_WORKERS
* PACKETS_PER_WORKER) {
70
},
NUM_WORKERS
));
H
A
D
test-cluster-dgram-bind-fd.js
7
const
NUM_WORKERS
= 4;
35
for (let i = 0; i <
NUM_WORKERS
; i++)
40
if (++listening <
NUM_WORKERS
)
55
if (sent <
NUM_WORKERS
* PACKETS_PER_WORKER) {
61
},
NUM_WORKERS
));
H
A
D
test-cluster-dgram-2.js
27
const
NUM_WORKERS
= 4;
48
for (let i = 0; i <
NUM_WORKERS
; i++) {
59
if (received === PACKETS_PER_WORKER *
NUM_WORKERS
) {
67
},
NUM_WORKERS
* PACKETS_PER_WORKER));
/third_party/ltp/testcases/realtime/func/prio-preempt/
H
A
D
prio-preempt.c
72
#define
NUM_WORKERS
27
macro
82
static pthread_mutex_t mutex[
NUM_WORKERS
+ 1];
83
static pthread_cond_t cond[
NUM_WORKERS
+ 1];
84
static int t_after_wait[
NUM_WORKERS
];
189
if (tid ==
NUM_WORKERS
- 1) {
in worker_thread()
261
/* start
NUM_WORKERS
worker threads */
in master_thread()
262
for (i = 0, pri_boost = 10; i <
NUM_WORKERS
; i++, pri_boost += 2) {
in master_thread()
272
while (threads_running <
NUM_WORKERS
)
in master_thread()
318
printf("Worker Threads: %d\n\n",
NUM_WORKERS
);
in main()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H
A
D
runtests.py
109
NUM_WORKERS
= 2
variable
171
for n in range(
NUM_WORKERS
):
Completed in 3 milliseconds