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:CurrentContext
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
CrashRecoveryContext.cpp
28
sys::ThreadLocal<const CrashRecoveryContextImpl> >
CurrentContext
;
member
33
// per CrashRecoveryContext and
CurrentContext
is a thread-local, so only one
46
Next =
CurrentContext
->get();
in ValidJumpBuffer()
47
CurrentContext
->set(this);
in ValidJumpBuffer()
51
CurrentContext
->set(Next);
in ~CrashRecoveryContextImpl()
55
/// indicate that we don't need to clear the thread-local
CurrentContext
.
69
CurrentContext
->set(Next);
in HandleCrash()
126
const CrashRecoveryContextImpl *CRCI =
CurrentContext
->get();
in GetCurrent()
196
const CrashRecoveryContextImpl *CRCI =
CurrentContext
->get();
in ExceptionFilter()
273
const CrashRecoveryContextImpl *CRCI =
CurrentContext
in ExceptionHandler()
[all...]
/third_party/mesa3d/src/egl/main/
H
A
D
eglcontext.c
720
oldCtx = t->
CurrentContext
;
in _eglBindContextToThread()
727
t->
CurrentContext
= ctx;
in _eglBindContextToThread()
769
if (draw && draw->
CurrentContext
&& draw->
CurrentContext
!= ctx) {
in _eglCheckMakeCurrent()
770
if (draw->
CurrentContext
->Binding != t)
in _eglCheckMakeCurrent()
773
if (read && read->
CurrentContext
&& read->
CurrentContext
!= ctx) {
in _eglCheckMakeCurrent()
774
if (read->
CurrentContext
->Binding != t)
in _eglCheckMakeCurrent()
834
prev_draw->
CurrentContext
= NULL;
in _eglBindContext()
836
prev_read->
CurrentContext
in _eglBindContext()
[all...]
H
A
D
eglcurrent.h
56
_EGLContext *
CurrentContext
;
member
H
A
D
eglcurrent.c
90
return t->
CurrentContext
;
in _eglGetCurrentContext()
H
A
D
eglsurface.h
69
_EGLContext *
CurrentContext
;
member
H
A
D
eglapi.c
1724
_EGLContext *ctx = t->
CurrentContext
;
in eglReleaseThread()
/third_party/skia/tools/gpu/gl/command_buffer/
H
A
D
GLTestContext_command_buffer.cpp
167
static EGLContext
CurrentContext
() {
in CurrentContext()
function in __anon26500::TLSCurrentObjects
208
auto context = TLSCurrentObjects::
CurrentContext
();
in context_restorer()
348
wasCurrent = (TLSCurrentObjects::
CurrentContext
() == fContext);
386
if (!gfFunctionsLoadedSuccessfully || TLSCurrentObjects::
CurrentContext
() == fContext) {
/third_party/node/deps/v8/src/debug/
H
A
D
debug-scopes.h
105
Handle<Context>
CurrentContext
() const {
in CurrentContext()
function in v8::internal::ScopeIterator
H
A
D
debug-evaluate.cc
246
context_chain_element.wrapped_context = scope_iterator_.
CurrentContext
();
in ContextBuilder()
Completed in 9 milliseconds