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:tfunc
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/tests/checkasm/
H
A
D
checkasm.h
250
func_type *
tfunc
= func_new;\
256
tfunc
(__VA_ARGS__);\
257
tfunc
(__VA_ARGS__);\
258
tfunc
(__VA_ARGS__);\
259
tfunc
(__VA_ARGS__);\
/third_party/ltp/testcases/kernel/syscalls/statx/
H
A
D
statx05.c
77
void (*
tfunc
)(void);
member
85
tcases[i].
tfunc
();
in run()
H
A
D
statx02.c
95
void (*
tfunc
)(void);
member
103
tcases[i].
tfunc
();
in run()
H
A
D
statx09.c
69
void (*
tfunc
)(void);
member
77
tcases[i].
tfunc
();
in run()
H
A
D
statx01.c
188
void (*
tfunc
)(void);
member
196
tcases[i].
tfunc
();
in run()
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
H
A
D
rt_tgsigqueueinfo01.c
160
void (*
tfunc
)(void);
member
169
tcases[i].
tfunc
();
in run()
/third_party/ltp/testcases/kernel/syscalls/signal/
H
A
D
signal06.c
96
void *
tfunc
(void *arg LTP_ATTRIBUTE_UNUSED)
in tfunc()
function
151
TEST(pthread_create(&pt, NULL,
tfunc
, NULL));
in main()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H
A
D
mq_notify01.c
96
static void
tfunc
(union sigval sv)
in tfunc()
function
127
ev.sigev_notify_function =
tfunc
;
in do_test()
/third_party/python/Modules/_decimal/tests/
H
A
D
deccheck.py
1292
def
tfunc
():
function
1308
t[i] = Thread(target=
tfunc
)
Completed in 5 milliseconds