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:pa_fdsem_data
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
fdsem.h
33
typedef struct
pa_fdsem_data
{
struct
37
}
pa_fdsem_data
;
typedef
40
pa_fdsem *pa_fdsem_open_shm(
pa_fdsem_data
*data, int event_fd);
41
pa_fdsem *pa_fdsem_new_shm(
pa_fdsem_data
*data);
H
A
D
fdsem.c
54
pa_fdsem_data
*data;
60
f = pa_xmalloc0(PA_ALIGN(sizeof(pa_fdsem)) + PA_ALIGN(sizeof(
pa_fdsem_data
)));
in pa_fdsem_new()
74
f->data = (
pa_fdsem_data
*) ((uint8_t*) f + PA_ALIGN(sizeof(pa_fdsem)));
in pa_fdsem_new()
83
pa_fdsem *pa_fdsem_open_shm(
pa_fdsem_data
*data, int event_fd) {
in pa_fdsem_open_shm()
101
pa_fdsem *pa_fdsem_new_shm(
pa_fdsem_data
*data) {
in pa_fdsem_new_shm()
H
A
D
shmasyncq.h
34
pa_fdsem_data
read_fdsem_data, write_fdsem_data;
H
A
D
srbchannel.c
171
pa_fdsem_data
read_semdata;
172
pa_fdsem_data
write_semdata;
Completed in 2 milliseconds