Home
last modified time | relevance | path

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

12

/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()
DThread.hpp105 class Thread class
/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/libANGLE/renderer/
DSurfaceImpl.h36 class Thread; variable
DDisplayImpl.h39 class Thread; variable
/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/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.h24 Thread, enumerator
/third_party/lzma/CPP/7zip/Common/
DVirtThread.h13 NWindows::CThread Thread; member
/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/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::__anond395e8280111::Thread
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dthread.cpp283 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/
DThreading.cpp50 pthread_t Thread; in llvm_execute_on_thread() local
/third_party/glfw/tests/
Dthreads.c48 } Thread; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h63 ThreadID Thread; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp46 Thread::Thread() in Thread() function in egl::Thread
DStream.h37 class Thread; variable
DvalidationEGL.h36 class Thread; variable
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_egl_enums.json8 "Thread": "EGL_OBJECT_THREAD_KHR", string
DPackedEGLEnums_autogen.h89 Thread = 0, enumerator
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
DdeThreadUnix.c56 } Thread; typedef

12