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:ev_signal
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H
A
D
libev.c
23
static struct
ev_signal
sighandler_ev;
32
signal_cb_ev(struct ev_loop *loop, struct
ev_signal
*watcher, int revents)
in signal_cb_ev()
/third_party/node/deps/cares/src/lib/
H
A
D
ares_event_select.c
40
e->
ev_signal
= ares_pipeevent_create(e);
in ares_evsys_select_init()
41
if (e->
ev_signal
== NULL) {
in ares_evsys_select_init()
H
A
D
ares_event_poll.c
38
e->
ev_signal
= ares_pipeevent_create(e);
in ares_evsys_poll_init()
39
if (e->
ev_signal
== NULL) {
in ares_evsys_poll_init()
H
A
D
ares_event_epoll.c
86
e->
ev_signal
= ares_pipeevent_create(e);
in ares_evsys_epoll_init()
87
if (e->
ev_signal
== NULL) {
in ares_evsys_epoll_init()
H
A
D
ares_event_kqueue.c
104
e->
ev_signal
= ares_pipeevent_create(e);
in ares_evsys_kqueue_init()
105
if (e->
ev_signal
== NULL) {
in ares_evsys_kqueue_init()
H
A
D
ares_event.h
103
ares_event_t *
ev_signal
;
member
H
A
D
ares_event_win32.c
272
e->
ev_signal
= ares_iocpevent_create(e);
in ares_evsys_win32_init()
273
if (e->
ev_signal
== NULL) {
in ares_evsys_win32_init()
H
A
D
ares_event_thread.c
167
ares_event_signal(e->
ev_signal
);
in ares_event_thread_wake()
/third_party/libwebsockets/lib/event-libs/libev/
H
A
D
private-lib-event-libs-libev.h
37
ev_signal
watcher;
H
A
D
libev.c
124
lws_ev_sigint_cb(struct ev_loop *loop, struct
ev_signal
*watcher, int revents)
in lws_ev_sigint_cb()
162
struct
ev_signal
*w_sigint = &ptpr->w_sigint.watcher;
in elops_init_pt_ev()
/third_party/nghttp2/src/
H
A
D
shrpx.cc
195
void signal_cb(struct ev_loop *loop,
ev_signal
*w, int revents);
673
void signal_cb(struct ev_loop *loop,
ev_signal
*w, int revents) {
in signal_cb()
1470
ev_signal
reopen_log_signalev;
1471
ev_signal
exec_binary_signalev;
1472
ev_signal
graceful_shutdown_signalev;
1473
ev_signal
reload_signalev;
Completed in 11 milliseconds