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:kunit_try_catch
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/kunit/
H
A
D
try-catch.h
21
* struct
kunit_try_catch
- provides a generic way to run code which might fail.
29
*
kunit_try_catch
provides a generic, architecture independent way to execute
34
* struct
kunit_try_catch
provides a generic interface for the functionality
46
struct
kunit_try_catch
{
struct
56
void kunit_try_catch_run(struct
kunit_try_catch
*try_catch, void *context);
58
void __noreturn kunit_try_catch_throw(struct
kunit_try_catch
*try_catch);
60
static inline int kunit_try_catch_get_result(struct
kunit_try_catch
*try_catch)
in kunit_try_catch_get_result()
H
A
D
test.h
210
struct
kunit_try_catch
try_catch;
/kernel/linux/linux-6.6/include/kunit/
H
A
D
try-catch.h
21
* struct
kunit_try_catch
- provides a generic way to run code which might fail.
29
*
kunit_try_catch
provides a generic, architecture independent way to execute
34
* struct
kunit_try_catch
provides a generic interface for the functionality
46
struct
kunit_try_catch
{
struct
56
void kunit_try_catch_run(struct
kunit_try_catch
*try_catch, void *context);
58
void __noreturn kunit_try_catch_throw(struct
kunit_try_catch
*try_catch);
60
static inline int kunit_try_catch_get_result(struct
kunit_try_catch
*try_catch)
in kunit_try_catch_get_result()
H
A
D
test.h
283
struct
kunit_try_catch
try_catch;
/kernel/linux/linux-5.10/lib/kunit/
H
A
D
try-catch.c
17
void __noreturn kunit_try_catch_throw(struct
kunit_try_catch
*try_catch)
in kunit_try_catch_throw()
26
struct
kunit_try_catch
*try_catch = data;
in kunit_generic_run_threadfn_adapter()
58
void kunit_try_catch_run(struct
kunit_try_catch
*try_catch, void *context)
in kunit_try_catch_run()
H
A
D
kunit-test.c
13
struct
kunit_try_catch
*try_catch;
35
struct
kunit_try_catch
*try_catch = ctx->try_catch;
in kunit_test_try_catch_successful_try_no_catch()
50
struct
kunit_try_catch
*try_catch = ctx->try_catch;
in kunit_test_unsuccessful_try()
67
struct
kunit_try_catch
*try_catch = ctx->try_catch;
in kunit_test_try_catch_unsuccessful_try_does_catch()
H
A
D
try-catch-impl.h
17
static inline void kunit_try_catch_init(struct
kunit_try_catch
*try_catch,
in kunit_try_catch_init()
H
A
D
test.c
331
struct
kunit_try_catch
*try_catch;
in kunit_run_case_catch_errors()
/kernel/linux/linux-6.6/lib/kunit/
H
A
D
try-catch.c
17
void __noreturn kunit_try_catch_throw(struct
kunit_try_catch
*try_catch)
in kunit_try_catch_throw()
26
struct
kunit_try_catch
*try_catch = data;
in kunit_generic_run_threadfn_adapter()
58
void kunit_try_catch_run(struct
kunit_try_catch
*try_catch, void *context)
in kunit_try_catch_run()
H
A
D
try-catch-impl.h
17
static inline void kunit_try_catch_init(struct
kunit_try_catch
*try_catch,
in kunit_try_catch_init()
H
A
D
kunit-test.c
14
struct
kunit_try_catch
*try_catch;
36
struct
kunit_try_catch
*try_catch = ctx->try_catch;
in kunit_test_try_catch_successful_try_no_catch()
51
struct
kunit_try_catch
*try_catch = ctx->try_catch;
in kunit_test_unsuccessful_try()
68
struct
kunit_try_catch
*try_catch = ctx->try_catch;
in kunit_test_try_catch_unsuccessful_try_does_catch()
H
A
D
test.c
553
struct
kunit_try_catch
*try_catch;
in kunit_run_case_catch_errors()
Completed in 9 milliseconds