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:orig_pid
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl31.c
60
static pid_t
orig_pid
;
variable
140
orig_pid
= TEST_RETURN;
in setup()
162
TEST(fcntl(test_fd, F_SETOWN,
orig_pid
));
in setown_pid_test()
165
"fcntl(F_SETOWN) restore
orig_pid
failed");
in setown_pid_test()
179
TEST(fcntl(test_fd, F_SETOWN,
orig_pid
));
in setown_pgrp_test()
182
"fcntl(F_SETOWN) restore
orig_pid
failed");
in setown_pgrp_test()
/third_party/nghttp2/src/
H
A
D
shrpx.cc
1516
pid_t
orig_pid
= -1;
member
1569
if (
orig_pid
!= -1) {
in worker_process_ready_ipc_readcb()
1572
kill(
orig_pid
, SIGQUIT);
in worker_process_ready_ipc_readcb()
1574
orig_pid
= -1;
in worker_process_ready_ipc_readcb()
1823
orig_pid
= get_orig_pid_from_env();
in event_loop()
Completed in 7 milliseconds