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:restorer
(Results
1 - 13
of
13
) sorted by relevance
/third_party/musl/arch/sh/
H
A
D
ksigaction.h
6
void *
restorer
;
member
/third_party/musl/src/internal/
H
A
D
ksigaction.h
10
void (*
restorer
)(void);
member
/third_party/musl/arch/x32/
H
A
D
ksigaction.h
6
void (*
restorer
)(void);
member
/third_party/musl/arch/x86_64/
H
A
D
ksigaction.h
6
void (*
restorer
)(void);
member
/third_party/musl/src/signal/
H
A
D
sigaction.c
50
ksa.
restorer
= (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore;
in __libc_sigaction()
/third_party/musl/porting/linux/user/src/signal/
H
A
D
sigaction.c
81
ksa.
restorer
= (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore;
in __libc_sigaction()
/third_party/musl/src/signal/linux/
H
A
D
sigaction.c
83
ksa.
restorer
= (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore;
in __libc_sigaction()
/third_party/skia/tools/gpu/gl/mac/
H
A
D
CreatePlatformGLTestContext_mac.cpp
91
SkScopeExit
restorer
(context_restorer());
in MacGLTestContext()
/third_party/skia/tools/gpu/gl/win/
H
A
D
CreatePlatformGLTestContext_win.cpp
135
SkScopeExit
restorer
(context_restorer());
/third_party/skia/tools/gpu/gl/egl/
H
A
D
CreatePlatformGLTestContext_egl.cpp
170
SkScopeExit
restorer
(context_restorer());
in EGLGLTestContext()
/third_party/skia/tools/gpu/gl/glx/
H
A
D
CreatePlatformGLTestContext_glx.cpp
234
SkScopeExit
restorer
(context_restorer());
in GLXGLTestContext()
/third_party/skia/tools/gpu/gl/angle/
H
A
D
GLTestContext_angle.cpp
321
SkScopeExit
restorer
(context_restorer());
in ANGLEGLContext()
/third_party/skia/tools/gpu/gl/command_buffer/
H
A
D
GLTestContext_command_buffer.cpp
299
SkScopeExit
restorer
(context_restorer());
Completed in 5 milliseconds