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_pids
(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
81
* in
Forker_pids
. Note, not all processes will have
82
* access to all pids via
Forker_pids
. If using mode 0, only the
104
* The child pids are stored in the fixed array,
Forker_pids
.
117
int
Forker_pids
[FORKER_MAX_PIDS]; /* holds pids of forked processes */
variable
118
int Forker_npids = 0; /* number of entries in
Forker_pids
*/
165
Forker_pids
[ind] = 0;
in forker()
185
Forker_pids
[Forker_npids - 1] =
in forker()
191
Forker_pids
[Forker_npid
in forker()
[all...]
H
A
D
growfiles.c
1735
if (
Forker_pids
[ind] != Pid)
in notify_others()
1740
__LINE__,
Forker_pids
[ind]);
in notify_others()
1741
kill(
Forker_pids
[ind], SIGUSR2);
in notify_others()
/third_party/ltp/testcases/kernel/fs/doio/include/
H
A
D
forker.h
37
extern int
Forker_pids
[FORKER_MAX_PIDS]; /* holds pids of forked processes */
38
extern int Forker_npids; /* number of entries in
Forker_pids
*/
/third_party/ltp/include/old/
H
A
D
test.h
102
extern int
Forker_pids
[];
Completed in 5 milliseconds