/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
D | thread_group.hpp | 50 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/ |
D | EventListener.hpp | 34 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/ |
D | thread_unittests.cc | 9 TEST(Thread, CanStartAndEnd) { in TEST() argument 14 TEST(Thread, CanStartAndEndWithExplicitJoin) { in TEST() argument 20 TEST(Thread, HasARunningMessageLoop) { in TEST() argument
|
D | thread.cc | 26 Thread::Thread(const std::string& name) : joined_(false) { in Thread() function in fml::Thread
|
/third_party/grpc/src/core/lib/gprpp/ |
D | thd.h | 81 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/ |
D | Minidump.h | 219 struct Thread { struct 220 support::ulittle32_t ThreadId; argument 228 static_assert(sizeof(Thread) == 48, ""); argument
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deThread.hpp | 43 class Thread class
|
D | deThread.cpp | 37 Thread::Thread (void) in Thread() function in de::Thread
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 32 class Thread; variable
|
D | egl_stubs_autogen.h | 32 class Thread; variable
|
D | global_state.h | 94 class Thread; variable
|
/third_party/cef/libcef/browser/ |
D | server_impl.h | 18 class Thread; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | SurfaceImpl.h | 36 class Thread; variable
|
/third_party/openh264/codec/common/src/ |
D | WelsThread.cpp | 61 void CWelsThread::Thread() { in Thread() function in WelsCommon::CWelsThread
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | global_state.h | 22 class Thread; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | SurfaceImpl.h | 36 class Thread; variable
|
D | DisplayImpl.h | 38 class Thread; variable
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | SymbolEnv.h | 24 Thread, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Thread.cpp | 19 Thread::Thread(void (*threadFunction)(void *parameters), void *parameters) in Thread() function in sw::Thread
|
/third_party/re2/re2/ |
D | nfa.cc | 67 struct Thread { struct in re2::NFA 68 union { 72 const char** capture;
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglThreadCleanUpTests.cpp | 58 class Thread : public de::Thread class 61 …Thread (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/ |
D | validationEGL.h | 36 class Thread; variable
|
D | Thread.cpp | 19 Thread::Thread() in Thread() function in egl::Thread
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | thread.cc | 66 Thread::Thread() { in Thread() function in flutter_runner::Thread
|
/third_party/flutter/glfw/tests/ |
D | threads.c | 46 } Thread; typedef
|