Home
last modified time | relevance | path

Searched refs:currentThread (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.h138 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 Dglobal_state.cpp165 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 DExtensionRegistryFactoryTest.java227 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 DClassLoaderUtil.java91 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DClassLoaderUtil.java93 ClassLoader cl = Thread.currentThread().getContextClassLoader(); in getClassLoader()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.hpp64 // currentThread() creates (or returns an existing) a Thread that
66 std::shared_ptr<Thread> currentThread();
H A DContext.cpp296 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 DGlobalizationPreferencesTest.java418 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 DGlobalizationPreferencesTest.java421 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 Dthreading.py1458 def currentThread(): function
1465 warnings.warn('currentThread() is deprecated, use current_thread() instead',
/third_party/python/Lib/test/
H A Dtest_threading.py520 threading.currentThread()
1624 not_exported = {'currentThread', 'activeCount'}
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1738 debuggerThread = debuggerContext->lock().currentThread(); in submit()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp2165 thread = state->debugger->ctx->lock().currentThread();

Completed in 16 milliseconds