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:Forker_npids
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
forker.c
78
* Forker_pids[] and
Forker_npids
. The Forker_pids array will
80
*
Forker_npids
variable contains the number of entries
118
int
Forker_npids
= 0; /* number of entries in Forker_pids */
variable
179
Forker_npids
++;
in forker()
184
if (
Forker_npids
< FORKER_MAX_PIDS)
in forker()
185
Forker_pids[
Forker_npids
- 1] =
in forker()
190
if (
Forker_npids
< FORKER_MAX_PIDS)
in forker()
191
Forker_pids[
Forker_npids
- 1] = pid;
in forker()
206
Forker_npids
++;
in forker()
210
if (
Forker_npids
< FORKER_MAX_PID
in forker()
[all...]
H
A
D
growfiles.c
396
extern int
Forker_npids
; /* num of forked pid, defined in forker.c */
in main()
1167
if (
Forker_npids
>= Nseeds) {
in main()
1172
Seed = Seeds[
Forker_npids
];
in main()
1734
for (ind = 0; ind <
Forker_npids
; ind++) {
in notify_others()
/third_party/ltp/testcases/kernel/fs/doio/include/
H
A
D
forker.h
38
extern int
Forker_npids
; /* number of entries in Forker_pids */
/third_party/ltp/include/old/
H
A
D
test.h
103
extern int
Forker_npids
;
Completed in 5 milliseconds