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:oldest_tail
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libwebsockets/lib/misc/
H
A
D
lws-ring.c
39
ring->
oldest_tail
= 0;
in lws_ring_create()
56
while (ring->
oldest_tail
!= ring->head) {
in lws_ring_destroy()
58
ring->
oldest_tail
);
in lws_ring_destroy()
59
ring->
oldest_tail
=
in lws_ring_destroy()
60
(ring->
oldest_tail
+ ring->element_len) %
in lws_ring_destroy()
83
if (ring->head == ring->
oldest_tail
)
in lws_ring_get_count_free_elements()
86
if (ring->head < ring->
oldest_tail
)
in lws_ring_get_count_free_elements()
87
f = (int)((ring->
oldest_tail
- ring->head) -
in lws_ring_get_count_free_elements()
90
f = (int)((ring->buflen - ring->head) + ring->
oldest_tail
-
in lws_ring_get_count_free_elements()
104
tail = &ring->
oldest_tail
;
in lws_ring_get_count_waiting_elements()
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H
A
D
protocol_lws_minimal.c
56
uint32_t
oldest_tail
= lws_ring_get_oldest_tail(vhd->ring);
in cull_lagging_clients()
local
59
&
oldest_tail
), m;
in cull_lagging_clients()
70
if ((*ppss)->tail ==
oldest_tail
) {
in cull_lagging_clients()
/third_party/libwebsockets/plugins/
H
A
D
protocol_lws_mirror.c
207
uint32_t
oldest_tail
;
in callback_lws_mirror()
local
367
oldest_tail
= lws_ring_get_oldest_tail(pss->mi->ring);
in callback_lws_mirror()
368
update_worst =
oldest_tail
== pss->tail;
in callback_lws_mirror()
379
oldest_tail
, pss->tail);
in callback_lws_mirror()
/third_party/libwebsockets/lib/core/
H
A
D
private-lib-core.h
311
uint32_t
oldest_tail
;
member
Completed in 3 milliseconds