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:main_pid
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/lib/newlib_tests/
H
A
D
test_children_cleanup.c
18
pid_t child_pid,
main_pid
= getpid();
in run()
local
20
tst_res(TINFO, "Main process %d starting",
main_pid
);
in run()
36
kill(
main_pid
, SIGKILL);
in run()
/third_party/ltp/lib/
H
A
D
tst_test.c
59
static pid_t
main_pid
, lib_pid;
variable
341
if (tst_getpid() ==
main_pid
)
in tst_vbrk_()
1317
main_pid
= getpid();
in do_test_setup()
1337
if (
main_pid
!= tst_getpid())
in do_test_setup()
1400
if (tst_getpid() !=
main_pid
)
in run_tests()
1415
if (tst_getpid() !=
main_pid
)
in run_tests()
Completed in 4 milliseconds