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:server_pid
(Results
1 - 12
of
12
) sorted by relevance
/third_party/libcoap/examples/riot/examples_libcoap_server/
H
A
D
server-coap.c
233
kernel_pid_t
server_pid
;
in start_server()
local
242
server_pid
= thread_create(server_stack,
in start_server()
249
if (
server_pid
== EINVAL) {
in start_server()
254
if (
server_pid
== EOVERFLOW) {
in start_server()
/third_party/ltp/testcases/kernel/syscalls/send/
H
A
D
send01.c
296
static pid_t
server_pid
;
variable
302
server_pid
= start_server(&sin1);
in setup()
309
kill(
server_pid
, SIGKILL);
in cleanup()
/third_party/ltp/testcases/kernel/syscalls/sendto/
H
A
D
sendto01.c
367
static pid_t
server_pid
;
variable
373
server_pid
= start_server(&sin1);
in setup()
380
kill(
server_pid
, SIGKILL);
in cleanup()
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H
A
D
udp4-uni-basic01
297
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
316
ps auxw | fgrep ns-udpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
H
A
D
tcp4-multi-diffnic01
340
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
367
ps auxw | fgrep ns-tcpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
H
A
D
tcp4-multi-sameport01
334
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
365
ps auxw | fgrep ns-tcpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
H
A
D
udp4-multi-diffnic01
306
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
334
ps auxw | fgrep ns-udpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/
H
A
D
tcp4-multi-diffip01
389
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
434
ps auxw | fgrep ns-tcpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/ltp/testcases/network/stress/tcp/uni-basic/
H
A
D
tcp4-uni-basic01
493
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
514
ps auxw | fgrep ns-tcpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/ltp/testcases/network/stress/udp/multi-diffip/
H
A
D
udp4-multi-diffip01
356
server_pid
=`grep PID: $info_file | cut -f 2 -d ' '`
402
ps auxw | fgrep ns-udpserver | fgrep -l $
server_pid
>/dev/null 2>&1
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_direct.h
165
pid_t
server_pid
;
member
H
A
D
pcm_direct.c
458
dmix->
server_pid
= ret;
466
//kill(dmix->
server_pid
, SIGTERM);
467
//waitpid(dmix->
server_pid
, NULL, 0);
468
dmix->
server_pid
= (pid_t)-1;
Completed in 9 milliseconds