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:num_clients
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libuv/test/
H
A
D
benchmark-multi-accept.c
362
static int test_tcp(unsigned int num_servers, unsigned int
num_clients
) {
in test_tcp()
argument
374
clients = calloc(
num_clients
, sizeof(clients[0]));
in test_tcp()
390
for (i = 0; i <
num_clients
; i++) {
in test_tcp()
392
ctx->num_connects = NUM_CONNECTS /
num_clients
;
in test_tcp()
/third_party/lwip/test/sockets/
H
A
D
sockets_stresstest.c
586
int
num_clients
, num_servers = 0;
in sockets_stresstest_listener()
local
602
num_clients
= sockets_stresstest_start_clients(&addr);
in sockets_stresstest_listener()
604
while (num_servers <
num_clients
) {
in sockets_stresstest_listener()
621
LWIP_DEBUGF(TEST_SOCKETS_STRESS | LWIP_DBG_STATE, ("sockets_stresstest_listener: all %d connections established\n",
num_clients
));
in sockets_stresstest_listener()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p_parse.c
655
cli = &info->client[info->
num_clients
];
in p2p_group_info_parse()
697
info->
num_clients
++;
in p2p_group_info_parse()
698
if (info->
num_clients
== P2P_MAX_GROUP_ENTRIES)
in p2p_group_info_parse()
717
for (i = 0; i < info.
num_clients
; i++) {
in p2p_group_info_text()
H
A
D
p2p_i.h
662
unsigned int
num_clients
;
member
H
A
D
p2p.c
490
for (c = 0; c < info.
num_clients
; c++) {
in p2p_add_group_clients()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p_parse.c
653
cli = &info->client[info->
num_clients
];
in p2p_group_info_parse()
695
info->
num_clients
++;
in p2p_group_info_parse()
696
if (info->
num_clients
== P2P_MAX_GROUP_ENTRIES)
in p2p_group_info_parse()
715
for (i = 0; i < info.
num_clients
; i++) {
in p2p_group_info_text()
H
A
D
p2p_i.h
718
unsigned int
num_clients
;
member
H
A
D
p2p.c
552
for (c = 0; c < info.
num_clients
; c++) {
Completed in 20 milliseconds