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:currentThread
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
global_state.h
138
egl::Thread *
currentThread
= egl::GetCurrentThreadTLS();
in GetGlobalContext()
local
140
egl::Thread *
currentThread
= egl::gCurrentThread;
in GetGlobalContext()
local
142
ASSERT(
currentThread
);
in GetGlobalContext()
143
return
currentThread
->getContext();
in GetGlobalContext()
H
A
D
global_state.cpp
165
Thread *
currentThread
= GetCurrentThreadTLS();
in SetContextCurrent()
local
167
Thread *
currentThread
= gCurrentThread;
in SetContextCurrent()
169
ASSERT(
currentThread
);
in SetContextCurrent()
170
currentThread
->setCurrent(context);
in SetContextCurrent()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
ExtensionRegistryFactoryTest.java
227
ClassLoader storedClassLoader = Thread.
currentThread
().getContextClassLoader();
in runTest()
228
Thread.
currentThread
().setContextClassLoader(LITE_CLASS_LOADER);
in runTest()
232
Thread.
currentThread
().setContextClassLoader(storedClassLoader);
in runTest()
237
Thread.
currentThread
().setContextClassLoader(storedClassLoader);
in runTest()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
ClassLoaderUtil.java
91
ClassLoader cl = Thread.
currentThread
().getContextClassLoader();
in getClassLoader()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
ClassLoaderUtil.java
93
ClassLoader cl = Thread.
currentThread
().getContextClassLoader();
in getClassLoader()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H
A
D
Context.hpp
64
//
currentThread
() creates (or returns an existing) a Thread that
66
std::shared_ptr<Thread>
currentThread
();
H
A
D
Context.cpp
296
std::shared_ptr<Thread> Context::Lock::
currentThread
()
in currentThread()
function in vk::dbg::Context::Lock
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H
A
D
GlobalizationPreferencesTest.java
418
rb = gp.getResourceBundle(baseName, Thread.
currentThread
().getContextClassLoader());
in TestResourceBundle()
438
rb = gp.getResourceBundle(baseName, Thread.
currentThread
().getContextClassLoader());
in TestResourceBundle()
450
rb = gp.getResourceBundle("foo.bar.XXX", Thread.
currentThread
().getContextClassLoader());
in TestResourceBundle()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
GlobalizationPreferencesTest.java
421
rb = gp.getResourceBundle(baseName, Thread.
currentThread
().getContextClassLoader());
in TestResourceBundle()
441
rb = gp.getResourceBundle(baseName, Thread.
currentThread
().getContextClassLoader());
in TestResourceBundle()
453
rb = gp.getResourceBundle("foo.bar.XXX", Thread.
currentThread
().getContextClassLoader());
in TestResourceBundle()
/third_party/python/Lib/
H
A
D
threading.py
1458
def
currentThread
():
function
1465
warnings.warn('
currentThread
() is deprecated, use current_thread() instead',
/third_party/python/Lib/test/
H
A
D
test_threading.py
520
threading.
currentThread
()
1624
not_exported = {'
currentThread
', 'activeCount'}
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkCommandBuffer.cpp
1738
debuggerThread = debuggerContext->lock().
currentThread
();
in submit()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderDebugger.cpp
2165
thread = state->debugger->ctx->lock().
currentThread
();
Completed in 16 milliseconds