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:idle_timer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libwebsockets/lib/event-libs/uloop/
H
A
D
uloop.c
53
idle_timer
);
in lws_uloop_idle_timer_cb()
131
uloop_timeout_cancel(&pt_to_priv_uloop(pt)->
idle_timer
);
in lws_uloop_cb()
132
uloop_timeout_set(&pt_to_priv_uloop(pt)->
idle_timer
, 1);
in lws_uloop_cb()
163
ptpr->
idle_timer
.cb = lws_uloop_idle_timer_cb;
in elops_init_pt_uloop()
166
uloop_timeout_add(&ptpr->
idle_timer
);
in elops_init_pt_uloop()
237
uloop_timeout_cancel(&ptpr->
idle_timer
);
in elops_destroy_pt_uloop()
H
A
D
private-lib-event-libs-uloop.h
30
struct uloop_timeout
idle_timer
;
member
/third_party/libwebsockets/lib/event-libs/libevent/
H
A
D
libevent.c
80
evtimer_add(ptpr->
idle_timer
, &tv);
in lws_event_idle_timer_cb()
157
evtimer_add(pt_to_priv_event(pt)->
idle_timer
, &tv);
in lws_event_cb()
224
ptpr->
idle_timer
= event_new(loop, -1, 0,
in elops_init_pt_event()
360
event_free(ptpr->
idle_timer
);
in elops_destroy_pt_event()
H
A
D
private-lib-event-libs-libevent.h
35
struct event *
idle_timer
;
member
Completed in 3 milliseconds