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:epoll_state
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
waiter-epoll.c
19
struct
epoll_state
{
struct
27
struct
epoll_state
*state = waiter->private_data;
in epoll_prepare()
53
struct
epoll_state
*state = waiter->private_data;
in epoll_wait_event()
83
struct
epoll_state
*state = waiter->private_data;
in epoll_release()
106
.private_size = sizeof(struct
epoll_state
),
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H
A
D
connection.c
2655
if ( (0 != (connection->
epoll_state
& MHD_EPOLL_STATE_READ_READY)) &&
2656
(0 == (connection->
epoll_state
& MHD_EPOLL_STATE_SUSPENDED)) &&
2657
(0 == (connection->
epoll_state
& MHD_EPOLL_STATE_IN_EREADY_EDLL)) )
2662
connection->
epoll_state
|= MHD_EPOLL_STATE_IN_EREADY_EDLL;
2666
if ( (0 != (connection->
epoll_state
& MHD_EPOLL_STATE_WRITE_READY)) &&
2667
(0 == (connection->
epoll_state
& MHD_EPOLL_STATE_SUSPENDED)) &&
2668
(0 == (connection->
epoll_state
& MHD_EPOLL_STATE_IN_EREADY_EDLL)) )
2673
connection->
epoll_state
|= MHD_EPOLL_STATE_IN_EREADY_EDLL;
2679
if ( (0 == (connection->
epoll_state
& MHD_EPOLL_STATE_IN_EREADY_EDLL) &&
2680
(0 == (connection->
epoll_state
[all...]
H
A
D
daemon.c
442
connection->
epoll_state
&= ~MHD_EPOLL_STATE_READ_READY;
in recv_tls_adapter()
483
connection->
epoll_state
&= ~MHD_EPOLL_STATE_WRITE_READY;
in send_tls_adapter()
1048
connection->
epoll_state
&= ~MHD_EPOLL_STATE_READ_READY;
in recv_param_adapter()
1103
connection->
epoll_state
&= ~MHD_EPOLL_STATE_WRITE_READY;
in send_param_adapter()
1124
connection->
epoll_state
&= ~MHD_EPOLL_STATE_WRITE_READY;
in send_param_adapter()
1563
connection->
epoll_state
|= MHD_EPOLL_STATE_IN_EPOLL_SET;
in internal_add_connection()
1567
connection->
epoll_state
|= MHD_EPOLL_STATE_READ_READY | MHD_EPOLL_STATE_WRITE_READY
in internal_add_connection()
1663
if (0 != (connection->
epoll_state
& MHD_EPOLL_STATE_IN_EREADY_EDLL))
in MHD_suspend_connection()
1668
connection->
epoll_state
&= ~MHD_EPOLL_STATE_IN_EREADY_EDLL;
in MHD_suspend_connection()
1670
if (0 != (connection->
epoll_state
in MHD_suspend_connection()
[all...]
H
A
D
internal.h
764
enum MHD_EpollState
epoll_state
;
member
Completed in 10 milliseconds