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_PINGS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libuv/test/
H
A
D
benchmark-async.c
28
#define
NUM_PINGS
(1000 * 1000)
macro
50
if (ctx->worker_sent >=
NUM_PINGS
)
in worker_async_cb()
62
if (ctx->main_sent >=
NUM_PINGS
)
in main_async_cb()
107
ASSERT_EQ(ctx->worker_sent,
NUM_PINGS
);
in test_async()
108
ASSERT_EQ(ctx->worker_seen,
NUM_PINGS
);
in test_async()
109
ASSERT_EQ(ctx->main_sent, (unsigned int)
NUM_PINGS
);
in test_async()
110
ASSERT_EQ(ctx->main_seen, (unsigned int)
NUM_PINGS
);
in test_async()
116
fmt(&fmtbuf,
NUM_PINGS
/ (time / 1e9)));
in test_async()
H
A
D
benchmark-async-pummel.c
28
#define
NUM_PINGS
(1000 * 1000)
macro
40
if (++callbacks ==
NUM_PINGS
) {
in async_cb()
H
A
D
test-ping-pong.c
32
#define
NUM_PINGS
100 /* fewer pings to avoid timeout */
macro
34
#define
NUM_PINGS
1000
macro
72
ASSERT_EQ(
NUM_PINGS
, pinger->pongs);
in pinger_on_close()
151
if (pinger->pongs <
NUM_PINGS
) {
in pinger_read_cb()
229
/* Try to connect to the server and do
NUM_PINGS
ping-pongs. */
in tcp_pinger_v6_new()
260
/* Try to connect to the server and do
NUM_PINGS
ping-pongs. */
in tcp_pinger_new()
289
/* Try to connect to the server and do
NUM_PINGS
ping-pongs. */
in pipe_pinger_new()
316
/* Try to make a socketpair and do
NUM_PINGS
ping-pongs. */
in socketpair_pinger_new()
351
/* Try to make a pipe and do
NUM_PINGS
pings. */
in pipe2_pinger_new()
Completed in 2 milliseconds