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:w_sigint
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/lib/event-libs/libev/
H
A
D
libev.c
162
struct ev_signal *
w_sigint
= &ptpr->
w_sigint
.watcher;
in elops_init_pt_ev()
local
189
ev_signal_init(
w_sigint
, lws_ev_sigint_cb, SIGINT);
in elops_init_pt_ev()
190
w_sigint
->data = context;
in elops_init_pt_ev()
191
ev_signal_start(loop,
w_sigint
);
in elops_init_pt_ev()
268
ev_signal_stop(ptpr->io_loop, &ptpr->
w_sigint
.watcher);
in elops_destroy_pt_ev()
280
pt_to_priv_ev(&context->pt[n])->
w_sigint
.context = context;
in elops_init_context_ev()
H
A
D
private-lib-event-libs-libev.h
45
struct lws_signal_watcher_libev
w_sigint
;
member
/third_party/libwebsockets/lib/event-libs/libevent/
H
A
D
libevent.c
164
struct event *signal = pt_to_priv_event(pt)->
w_sigint
.watcher;
in lws_event_sigint_cb()
238
ptpr->
w_sigint
.watcher = evsignal_new(loop, SIGINT,
in elops_init_pt_event()
240
event_add(ptpr->
w_sigint
.watcher, NULL);
in elops_init_pt_event()
254
pt_to_priv_event(&context->pt[n])->
w_sigint
.context = context;
in elops_init_context_event()
363
event_del(ptpr->
w_sigint
.watcher);
in elops_destroy_pt_event()
364
event_free(ptpr->
w_sigint
.watcher);
in elops_destroy_pt_event()
H
A
D
private-lib-event-libs-libevent.h
36
struct lws_signal_watcher_libevent
w_sigint
;
member
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
private-lib-event-libs-libuv.h
63
struct lws_signal_watcher_libuv
w_sigint
;
member
H
A
D
libuv.c
365
pt_to_priv_uv(&context->pt[n])->
w_sigint
.context = context;
in elops_init_context_uv()
676
uv_signal_stop(&pt_to_priv_uv(pt)->
w_sigint
.watcher);
in elops_destroy_pt_uv()
Completed in 6 milliseconds