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:waiter_context
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
waiter.h
25
struct
waiter_context
{
struct
37
int waiter_context_init(struct
waiter_context
*waiter,
39
int waiter_context_prepare(struct
waiter_context
*waiter);
40
int waiter_context_wait_event(struct
waiter_context
*waiter,
42
void waiter_context_release(struct
waiter_context
*waiter);
43
void waiter_context_destroy(struct
waiter_context
*waiter);
48
int (*prepare)(struct
waiter_context
*waiter);
49
int (*wait_event)(struct
waiter_context
*waiter, int timeout_msec);
50
void (*release)(struct
waiter_context
*waiter);
H
A
D
waiter.c
41
int waiter_context_init(struct
waiter_context
*waiter,
in waiter_context_init()
80
int waiter_context_prepare(struct
waiter_context
*waiter)
in waiter_context_prepare()
85
int waiter_context_wait_event(struct
waiter_context
*waiter,
in waiter_context_wait_event()
91
void waiter_context_release(struct
waiter_context
*waiter)
in waiter_context_release()
96
void waiter_context_destroy(struct
waiter_context
*waiter)
in waiter_context_destroy()
H
A
D
waiter-poll.c
16
static int poll_prepare(struct
waiter_context
*waiter ATTRIBUTE_UNUSED)
in poll_prepare()
22
static int poll_wait_event(struct
waiter_context
*waiter, int timeout_msec)
in poll_wait_event()
33
static void poll_release(struct
waiter_context
*waiter ATTRIBUTE_UNUSED)
in poll_release()
H
A
D
waiter-select.c
37
static int select_prepare(struct
waiter_context
*waiter ATTRIBUTE_UNUSED)
in select_prepare()
42
static int select_wait_event(struct
waiter_context
*waiter, int timeout_msec)
in select_wait_event()
97
static void select_release(struct
waiter_context
*waiter ATTRIBUTE_UNUSED)
in select_release()
H
A
D
waiter-epoll.c
25
static int epoll_prepare(struct
waiter_context
*waiter)
in epoll_prepare()
51
static int epoll_wait_event(struct
waiter_context
*waiter, int timeout_msec)
in epoll_wait_event()
81
static void epoll_release(struct
waiter_context
*waiter)
in epoll_release()
H
A
D
xfer-libasound.h
63
struct
waiter_context
*waiter;
H
A
D
xfer-libasound.c
349
struct
waiter_context
*waiter = state->waiter;
in xfer_libasound_wait_event()
Completed in 3 milliseconds