| /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/cef/libcef/browser/ |
| D | server_impl.h | 18 class Thread; variable
|
| /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/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/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | global_state.h | 22 class Thread; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | SurfaceImpl.h | 36 class Thread; variable
|
| D | DisplayImpl.h | 39 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/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Thread.cpp | 19 Thread::Thread() in Thread() function in egl::Thread
|
| D | validationEGL.h | 36 class Thread; variable
|
| /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
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/ |
| D | packed_egl_enums.json | 10 "Thread": "EGL_OBJECT_THREAD_KHR", string
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | thread.cpp | 283 Thread::Thread(Affinity&& affinity, Func&& func) { in Thread() function in marl::Thread 401 Thread::Thread(Affinity&& affinity, Func&& func) in Thread() function in marl::Thread 438 Thread::Thread(Thread&& rhs) : impl(rhs.impl) { in Thread() function in marl::Thread
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Threading.cpp | 50 pthread_t Thread; in llvm_execute_on_thread() local
|