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:SYS_fork
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/musl/porting/linux/user/src/process/
H
A
D
vfork.c
11
#ifdef
SYS_fork
in __vfork()
12
return syscall(
SYS_fork
);
in __vfork()
H
A
D
_Fork.c
20
#ifdef
SYS_fork
in _Fork()
21
ret = __syscall(
SYS_fork
);
in _Fork()
/third_party/musl/src/process/
H
A
D
vfork.c
13
#ifdef
SYS_fork
in __vfork()
14
return syscall(
SYS_fork
);
in __vfork()
H
A
D
_Fork.c
54
#ifdef
SYS_fork
in _Fork()
55
ret = __syscall(
SYS_fork
);
in _Fork()
/third_party/musl/porting/liteos_a/user/src/process/
H
A
D
_Fork.c
19
#ifdef
SYS_fork
in _Fork()
20
ret = __syscall(
SYS_fork
);
in _Fork()
/third_party/ltp/testcases/misc/crash/
H
A
D
crash02.c
454
* No
SYS_fork
(vfork) on IA-64. Instead, it uses,
in in_blacklist()
461
* Could not find reference to
SYS_fork
(vfork) on mips32
in in_blacklist()
469
SYS_fork
,
in in_blacklist()
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
syscall.h
423
#define
SYS_fork
2
macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H
A
D
not_x32.rs
136
pub const
SYS_fork
: ::c_long = 57;
consts
H
A
D
x32.rs
101
pub const
SYS_fork
: ::c_long = __X32_SYSCALL_BIT + 57;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H
A
D
arm.rs
157
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H
A
D
mod.rs
270
pub const
SYS_fork
: ::c_long = 4000 + 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H
A
D
hexagon.rs
383
pub const
SYS_fork
: ::c_int = 1079;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H
A
D
mod.rs
153
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H
A
D
powerpc.rs
429
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H
A
D
mod.rs
162
pub const
SYS_fork
: ::c_long = 4000 + 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H
A
D
mod.rs
465
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H
A
D
mod.rs
454
pub const
SYS_fork
: ::c_long = 57;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H
A
D
mod.rs
430
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H
A
D
mod.rs
467
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H
A
D
mod.rs
472
pub const
SYS_fork
: ::c_long = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H
A
D
mod.rs
308
pub const
SYS_fork
: ::c_long = 57;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H
A
D
s390x.rs
373
pub const
SYS_fork
: ::c_long = 2;
consts
H
A
D
powerpc64.rs
227
pub const
SYS_fork
: ::c_long = 2;
consts
H
A
D
mips64.rs
160
pub const
SYS_fork
: ::c_long = 5000 + 56;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H
A
D
mod.rs
301
pub const
SYS_fork
: ::c_long = 5000 + 56;
consts
Completed in 47 milliseconds
1
2