Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dthread_group.hpp50 struct Thread struct in spirv_cross::ThreadGroup
52 enum State
58 State state = Idle;
60 void start(T *impl) in start()
81 void wait() in wait()
87 void run() in run()
94 ~Thread() in ~Thread()
106 std::thread worker;
107 std::condition_variable cond;
108 std::mutex lock;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DEventListener.hpp34 virtual void onThreadStarted(ID<Thread>) {} in onThreadStarted()
38 virtual void onThreadStepped(ID<Thread>) {} in onThreadStepped()
42 virtual void onLineBreakpointHit(ID<Thread>) {} in onLineBreakpointHit()
46 virtual void onFunctionBreakpointHit(ID<Thread>) {} in onFunctionBreakpointHit()
/third_party/flutter/engine/flutter/fml/
Dthread_unittests.cc9 TEST(Thread, CanStartAndEnd) { in TEST() argument
14 TEST(Thread, CanStartAndEndWithExplicitJoin) { in TEST() argument
20 TEST(Thread, HasARunningMessageLoop) { in TEST() argument
Dthread.cc26 Thread::Thread(const std::string& name) : joined_(false) { in Thread() function in fml::Thread
/third_party/grpc/src/core/lib/gprpp/
Dthd.h81 Thread() : state_(FAKE), impl_(nullptr) {} in Thread() function
94 Thread(Thread&& other) noexcept in Thread() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h219 struct Thread { struct
220 support::ulittle32_t ThreadId; argument
228 static_assert(sizeof(Thread) == 48, ""); argument
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeThread.hpp43 class Thread class
DdeThread.cpp37 Thread::Thread (void) in Thread() function in de::Thread
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs_autogen.h32 class Thread; variable
Degl_stubs_autogen.h32 class Thread; variable
Dglobal_state.h94 class Thread; variable
/third_party/cef/libcef/browser/
Dserver_impl.h18 class Thread; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.h36 class Thread; variable
/third_party/openh264/codec/common/src/
DWelsThread.cpp61 void CWelsThread::Thread() { in Thread() function in WelsCommon::CWelsThread
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.h22 class Thread; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.h36 class Thread; variable
DDisplayImpl.h38 class Thread; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.h24 Thread, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.cpp19 Thread::Thread(void (*threadFunction)(void *parameters), void *parameters) in Thread() function in sw::Thread
/third_party/re2/re2/
Dnfa.cc67 struct Thread { struct in re2::NFA
68 union {
72 const char** capture;
/third_party/vk-gl-cts/modules/egl/
DteglThreadCleanUpTests.cpp58 class Thread : public de::Thread class
61Thread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLConfig … in Thread() function in deqp::egl::__anon7b51c3680111::Thread
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.h36 class Thread; variable
DThread.cpp19 Thread::Thread() in Thread() function in egl::Thread
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dthread.cc66 Thread::Thread() { in Thread() function in flutter_runner::Thread
/third_party/flutter/glfw/tests/
Dthreads.c46 } Thread; typedef

123