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:ff_pthread_init
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
pthread_internal.h
39
* an uninitialized mutex/condition,
ff_pthread_init
() stores the number
53
int
ff_pthread_init
(void *obj, const unsigned offsets[]);
H
A
D
pthread.c
107
av_cold int
ff_pthread_init
(void *obj, const unsigned offsets[])
in ff_pthread_init()
function
H
A
D
frame_thread_encoder.c
198
ret =
ff_pthread_init
(c, thread_ctx_offsets);
in ff_frame_thread_encoder_init()
H
A
D
pthread_frame.c
830
err =
ff_pthread_init
(p, per_thread_offsets);
in init_thread()
890
err =
ff_pthread_init
(fctx, thread_ctx_offsets);
in ff_frame_thread_init()
H
A
D
omx.c
651
ret =
ff_pthread_init
(s, omx_codec_context_offsets);
in omx_encode_init()
H
A
D
vp9.c
1802
ret =
ff_pthread_init
(s, vp9_context_offsets);
in vp9_decode_init()
Completed in 7 milliseconds