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:fuse_pollhandle
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libfuse/example/
H
A
D
poll.c
52
static struct
fuse_pollhandle
*fsel_poll_handle[FSEL_FILES]; /* poll notify handles */
164
struct
fuse_pollhandle
*ph, unsigned *reventsp)
in fsel_poll()
186
struct
fuse_pollhandle
*oldph = fsel_poll_handle[idx];
in fsel_poll()
241
struct
fuse_pollhandle
*ph;
in fsel_producer()
/third_party/libfuse/include/
H
A
D
fuse_common.h
579
struct
fuse_pollhandle
;
663
void fuse_pollhandle_destroy(struct
fuse_pollhandle
*ph);
H
A
D
fuse.h
745
struct
fuse_pollhandle
*ph, unsigned *reventsp);
1261
struct fuse_file_info *fi, struct
fuse_pollhandle
*ph,
1276
int fuse_notify_poll(struct
fuse_pollhandle
*ph);
H
A
D
cuse_lowlevel.h
65
struct
fuse_pollhandle
*ph);
H
A
D
fuse_lowlevel.h
1096
struct
fuse_pollhandle
*ph);
1657
int fuse_lowlevel_notify_poll(struct
fuse_pollhandle
*ph);
/third_party/libfuse/lib/
H
A
D
cuse_lowlevel.c
90
struct fuse_file_info *fi, struct
fuse_pollhandle
*ph)
in cuse_fll_poll()
H
A
D
fuse_lowlevel.c
46
struct
fuse_pollhandle
{
struct
1845
void fuse_pollhandle_destroy(struct
fuse_pollhandle
*ph)
1860
struct
fuse_pollhandle
*ph = NULL;
1863
ph = malloc(sizeof(struct
fuse_pollhandle
));
2274
int fuse_lowlevel_notify_poll(struct
fuse_pollhandle
*ph)
H
A
D
fuse.c
2275
struct fuse_file_info *fi, struct
fuse_pollhandle
*ph,
in fuse_fs_poll()
4276
struct fuse_file_info *fi, struct
fuse_pollhandle
*ph)
in fuse_lib_poll()
4479
int fuse_notify_poll(struct
fuse_pollhandle
*ph)
in fuse_notify_poll()
Completed in 17 milliseconds