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:setsid
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
main.c
116
setsid
();
in main()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
main.c
116
setsid
();
in main()
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
chan_user.c
176
if (
setsid
() < 0) {
in winch_thread()
177
printk(UM_KERN_ERR "winch_thread :
setsid
failed, errno = %d\n",
in winch_thread()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/
H
A
D
devpts_pts.c
46
setsid
();
in login_pty()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
chan_user.c
176
if (
setsid
() < 0) {
in winch_thread()
177
printk(UM_KERN_ERR "winch_thread :
setsid
failed, errno = %d\n",
in winch_thread()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-daemon.c
182
sid =
setsid
();
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/
H
A
D
devpts_pts.c
46
setsid
();
in login_pty()
/kernel/linux/linux-5.10/tools/thermal/tmon/
H
A
D
tmon.c
355
sid =
setsid
();
in start_daemon_mode()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H
A
D
tmon.c
355
sid =
setsid
();
in start_daemon_mode()
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
sys.h
966
* pid_t
setsid
(void);
976
pid_t
setsid
(void)
in setsid()
function
/kernel/linux/linux-5.10/tools/include/nolibc/
H
A
D
nolibc.h
2158
pid_t
setsid
(void)
in setsid()
function
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-daemon.c
1191
if (
setsid
() < 0)
in go_background()
/kernel/linux/linux-5.10/kernel/
H
A
D
sys.c
1217
SYSCALL_DEFINE0(
setsid
)
in SYSCALL_DEFINE0()
/kernel/linux/linux-6.6/kernel/
H
A
D
sys.c
1258
SYSCALL_DEFINE0(
setsid
)
in SYSCALL_DEFINE0()
Completed in 17 milliseconds