/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 32 class Thread; variable 35 EGLint ClientWaitSyncKHR(Thread *thread, 40 EGLImageKHR CreateImageKHR(Thread *thread, 46 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, 48 EGLSurface CreatePlatformPixmapSurfaceEXT(Thread *thread, 53 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, 58 EGLStreamKHR CreateStreamKHR(Thread *thread, 61 EGLSyncKHR CreateSyncKHR(Thread *thread, 65 EGLint DebugMessageControlKHR(Thread *thread, 68 EGLBoolean DestroyImageKHR(Thread *thread, egl::Display *dpyPacked, Image *imagePacked); [all …]
|
D | egl_stubs_autogen.h | 32 class Thread; variable 35 EGLBoolean BindAPI(Thread *thread, EGLenum api); 36 EGLBoolean BindTexImage(Thread *thread, 40 EGLBoolean ChooseConfig(Thread *thread, 46 EGLint ClientWaitSync(Thread *thread, 51 EGLBoolean CopyBuffers(Thread *thread, 55 EGLContext CreateContext(Thread *thread, 60 EGLImage CreateImage(Thread *thread, 66 EGLSurface CreatePbufferFromClientBuffer(Thread *thread, 72 EGLSurface CreatePbufferSurface(Thread *thread, [all …]
|
D | egl_ext_stubs.cpp | 22 EGLint ClientWaitSyncKHR(Thread *thread, in ClientWaitSyncKHR() 40 EGLImageKHR CreateImageKHR(Thread *thread, in CreateImageKHR() 57 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID() 68 EGLSurface CreatePlatformPixmapSurfaceEXT(Thread *thread, in CreatePlatformPixmapSurfaceEXT() 81 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, in CreatePlatformWindowSurfaceEXT() 94 EGLStreamKHR CreateStreamKHR(Thread *thread, Display *display, const AttributeMap &attributes) in CreateStreamKHR() 106 EGLSyncKHR CreateSyncKHR(Thread *thread, in CreateSyncKHR() 122 EGLint DebugMessageControlKHR(Thread *thread, in DebugMessageControlKHR() 133 EGLBoolean DestroyImageKHR(Thread *thread, Display *display, Image *img) in DestroyImageKHR() 143 EGLBoolean DestroyStreamKHR(Thread *thread, Display *display, Stream *streamObject) in DestroyStreamKHR() [all …]
|
D | egl_stubs.cpp | 50 EGLBoolean BindAPI(Thread *thread, EGLenum api) in BindAPI() 58 EGLBoolean BindTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in BindTexImage() 77 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig() 90 EGLint ClientWaitSync(Thread *thread, in ClientWaitSync() 108 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers() 121 EGLContext CreateContext(Thread *thread, in CreateContext() 139 EGLImage CreateImage(Thread *thread, in CreateImage() 161 EGLSurface CreatePbufferFromClientBuffer(Thread *thread, in CreatePbufferFromClientBuffer() 180 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface() 194 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface() [all …]
|
D | global_state.cpp | 44 Thread *AllocateCurrentThread() in AllocateCurrentThread() 46 Thread *thread; in AllocateCurrentThread() 50 thread = new Thread(); in AllocateCurrentThread() 118 Thread *GetCurrentThreadTLS() in GetCurrentThreadTLS() 122 return static_cast<Thread *>(GetTLSValue(CurrentThreadIndex)); in GetCurrentThreadTLS() 124 void SetCurrentThreadTLS(Thread *thread) in SetCurrentThreadTLS() 131 thread_local Thread *gCurrentThread = nullptr; 152 ANGLE_NO_SANITIZE_MEMORY ANGLE_NO_SANITIZE_THREAD Thread *GetCurrentThread() in GetCurrentThread() 155 Thread *current = GetCurrentThreadTLS(); in GetCurrentThread() 157 Thread *current = gCurrentThread; in GetCurrentThread() [all …]
|
D | entry_points_egl_autogen.cpp | 36 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() 56 Thread *thread = egl::GetCurrentThread(); in EGL_CopyBuffers() 78 Thread *thread = egl::GetCurrentThread(); in EGL_CreateContext() 101 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() 124 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() 147 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() 165 Thread *thread = egl::GetCurrentThread(); in EGL_DestroyContext() 182 Thread *thread = egl::GetCurrentThread(); in EGL_DestroySurface() 204 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() 226 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() [all …]
|
D | global_state.h | 94 class Thread; variable 97 extern Thread *GetCurrentThreadTLS(); 98 extern void SetCurrentThreadTLS(Thread *thread); 100 extern thread_local Thread *gCurrentThread; 106 Thread *GetCurrentThread(); 113 ScopedSyncCurrentContextFromThread(egl::Thread *thread); 117 egl::Thread *const mThread; 138 egl::Thread *currentThread = egl::GetCurrentThreadTLS(); in GetGlobalContext() 140 egl::Thread *currentThread = egl::gCurrentThread; in GetGlobalContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | thread.cpp | 53 inline uint64_t operator()(const marl::Thread::Core& core) const { in operator ()() 64 std::numeric_limits<decltype(Thread::Core::windows.index)>::max() + 1ULL; 66 std::numeric_limits<decltype(Thread::Core::windows.group)>::max() + 1ULL; 118 Thread::Affinity::Affinity(Allocator* allocator) : cores(allocator) {} in Affinity() 119 Thread::Affinity::Affinity(Affinity&& other) : cores(std::move(other.cores)) {} in Affinity() 120 Thread::Affinity::Affinity(const Affinity& other, Allocator* allocator) in Affinity() 123 Thread::Affinity::Affinity(std::initializer_list<Core> list, in Affinity() 132 Thread::Affinity Thread::Affinity::all( in all() 134 Thread::Affinity affinity(allocator); in all() 182 std::shared_ptr<Thread::Affinity::Policy> Thread::Affinity::Policy::anyOf( in anyOf() [all …]
|
D | thread_test.cpp | 21 marl::Thread::Core core(int idx) { in core() 22 marl::Thread::Core c; in core() 30 auto affinity = marl::Thread::Affinity( in TEST_F() 42 auto affinity = marl::Thread::Affinity( in TEST_F() 52 .add(marl::Thread::Affinity( in TEST_F() 58 .add(marl::Thread::Affinity({core(35)}, allocator)); in TEST_F() 71 auto affinity = marl::Thread::Affinity( in TEST_F() 81 .remove(marl::Thread::Affinity( in TEST_F() 87 .remove(marl::Thread::Affinity({core(40)}, allocator)); in TEST_F() 95 auto affinity = marl::Thread::Affinity::all(allocator); in TEST_F() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Thread.cpp | 19 Thread::Thread() in Thread() function in egl::Thread 26 void Thread::setLabel(EGLLabelKHR label) in setLabel() 31 EGLLabelKHR Thread::getLabel() const in getLabel() 36 void Thread::setSuccess() in setSuccess() 41 void Thread::setError(const Error &error, in setError() 56 EGLint Thread::getError() const in getError() 61 void Thread::setAPI(EGLenum api) in setAPI() 66 EGLenum Thread::getAPI() const in getAPI() 71 void Thread::setCurrent(gl::Context *context) in setCurrent() 76 Surface *Thread::getCurrentDrawSurface() const in getCurrentDrawSurface() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Thread.cpp | 23 egl::Thread *thread = static_cast<egl::Thread *>(ptr); in ProcessCleanupCallback() 46 Thread::Thread() in Thread() function in egl::Thread 53 void Thread::setLabel(EGLLabelKHR label) in setLabel() 58 EGLLabelKHR Thread::getLabel() const in getLabel() 63 void Thread::setSuccess() in setSuccess() 68 void Thread::setError(EGLint error, in setError() 82 void Thread::setError(const Error &error, const char *command, const LabeledObject *object) in setError() 94 EGLint Thread::getError() const in getError() 99 void Thread::setAPI(EGLenum api) in setAPI() 104 EGLenum Thread::getAPI() const in getAPI() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | thread.cc | 19 typedef void (*ThreadEntry)(Thread*); 40 Thread* argument, in CreateThread() 66 Thread::Thread() { in Thread() function in flutter_runner::Thread 69 &thread_, [](Thread* thread) { thread->Main(); }, this, 1 << 20); in Thread() 72 Thread::~Thread() { in ~Thread() 76 bool Thread::IsValid() const { in IsValid() 80 async_dispatcher_t* Thread::dispatcher() const { in dispatcher() 84 void Thread::Main() { in Main() 89 void Thread::Quit() { in Quit() 93 bool Thread::Join() { in Join()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Thread.cpp | 24 Thread::Thread(ID id, Context *ctx) in Thread() function in vk::dbg::Thread 29 void Thread::setName(const std::string &name) in setName() 35 std::string Thread::name() const in name() 41 void Thread::onLocationUpdate(marl::lock &lock) in onLocationUpdate() 88 void Thread::enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFram… in enter() 114 void Thread::exit(bool isStep /* = false */) in exit() 124 void Thread::update(bool isStep, const UpdateFrame &f) in update() 143 Frame Thread::frame() const in frame() 149 std::vector<Frame> Thread::stack() const in stack() 161 size_t Thread::depth() const in depth() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | thread.h | 26 class Thread { 122 MARL_EXPORT Thread() = default; 124 MARL_EXPORT Thread(Thread&&); 126 MARL_EXPORT Thread& operator=(Thread&&); 129 MARL_EXPORT Thread(Affinity&& affinity, Func&& func); 131 MARL_EXPORT ~Thread(); 145 Thread(const Thread&) = delete; 146 Thread& operator=(const Thread&) = delete; 156 bool Thread::Core::operator==(const Core& other) const { 160 bool Thread::Core::operator<(const Core& other) const {
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deThread.hpp | 43 class Thread class 46 Thread (void); 47 virtual ~Thread (void); 59 Thread (const Thread& other); // Not allowed! 60 Thread& operator= (const Thread& other); // Not allowed! 71 inline bool Thread::isStarted (void) const in isStarted()
|
D | deThread.cpp | 37 Thread::Thread (void) in Thread() function in de::Thread 49 Thread::~Thread (void) in ~Thread() 65 void Thread::setPriority (deThreadPriority priority) in setPriority() 72 static_cast<Thread*>(arg)->run(); in threadFunc() 83 void Thread::start (void) in start() 100 void Thread::join (void) in join()
|
/third_party/grpc/src/core/lib/gprpp/ |
D | thd.h | 46 class Thread { 81 Thread() : state_(FAKE), impl_(nullptr) {} in Thread() function 89 Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, 94 Thread(Thread&& other) noexcept in Thread() function 104 Thread& operator=(Thread&& other) noexcept { 126 ~Thread() { GPR_ASSERT(!options_.joinable() || impl_ == nullptr); } in ~Thread() 156 Thread(const Thread&) = delete; 157 Thread& operator=(const Thread&) = delete;
|
/third_party/boost/boost/thread/ |
D | thread_functors.hpp | 24 template <class Thread> 25 void operator()(Thread& t) in operator ()() 33 template <class Thread> 34 void operator()(Thread& t) in operator ()() 45 template <class Thread> 46 void operator()(Thread& t) in operator ()() 58 template <class Thread> 59 void operator()(Thread& t) in operator ()()
|
D | scoped_thread.hpp | 37 template <class CallableThread = join_if_joinable, class Thread=::boost::thread> 40 Thread t_; 50 …ss ...Args, typename = typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type> 56 typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type=0) : 76 explicit strict_scoped_thread(BOOST_THREAD_RV_REF(Thread) t) BOOST_NOEXCEPT : in strict_scoped_thread() 114 template <class CallableThread = join_if_joinable, class Thread=::boost::thread> 117 Thread t_; 121 typedef typename Thread::id id; 122 typedef typename Thread::native_handle_type native_handle_type; 141 …ss ...Args, typename = typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type> [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuThreadUtil.hpp | 90 class Thread; 95 MessageBuilder (Thread& thread) : m_thread(thread) {} in MessageBuilder() 109 Thread& m_thread; 141 …virtual void exec (Thread& thread) = 0; //!< Overwritten by inherited class to perform act… 142 …virtual void execute (Thread& thread); //!< May Be overwritten by inherited class to chan… 153 class Thread : public de::Thread class 165 Thread (deUint32 seed); 166 ~Thread (void); 205 Thread (const Thread&); 206 Thread operator= (const Thread&); [all …]
|
D | tcuThreadUtil.cpp | 123 void Operation::execute (Thread& thread) in execute() 166 Thread::Thread (deUint32 seed) in Thread() function in tcu::ThreadUtil::Thread 172 Thread::~Thread (void) in ~Thread() 180 deUint8* Thread::getDummyData (size_t size) in getDummyData() 190 void Thread::addOperation (Operation* operation) in addOperation() 195 void Thread::run (void) in run() 238 void Thread::exec (void) in exec() 243 void Thread::pushMessage (const std::string& str) in pushMessage() 249 int Thread::getMessageCount (void) const in getMessageCount() 255 Message Thread::getMessage (int index) const in getMessage() [all …]
|
/third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
D | deThreadUnix.c | 56 } Thread; typedef 58 DE_STATIC_ASSERT(sizeof(deThread) >= sizeof(Thread*)); 62 Thread* thread = (Thread*)entryPtr; in startThread() 75 Thread* thread = (Thread*)deCalloc(sizeof(Thread)); in deThread_create() 114 Thread* thread = (Thread*)threadptr; in deThread_join() 132 Thread* thread = (Thread*)threadptr; in deThread_destroy()
|
/third_party/flutter/engine/flutter/fml/ |
D | thread_unittests.cc | 9 TEST(Thread, CanStartAndEnd) { in TEST() argument 10 fml::Thread thread; in TEST() 14 TEST(Thread, CanStartAndEndWithExplicitJoin) { in TEST() argument 15 fml::Thread thread; in TEST() 20 TEST(Thread, HasARunningMessageLoop) { in TEST() argument 21 fml::Thread thread; in TEST()
|
/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 33 Thread::~Thread() in ~Thread() 38 void Thread::join() in join() 54 unsigned long __stdcall Thread::startFunction(void *parameters) in startFunction() 62 void *Thread::startFunction(void *parameters) in startFunction()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | global_state.cpp | 44 Thread *AllocateCurrentThread() in AllocateCurrentThread() 52 Thread *thread = new Thread(); in AllocateCurrentThread() 92 Thread *GetCurrentThread() in GetCurrentThread() 100 Thread *current = static_cast<Thread *>(GetTLSValue(threadTLS)); in GetCurrentThread() 113 void SetContextCurrent(Thread *thread, gl::Context *context) in SetContextCurrent() 145 Thread *thread = static_cast<Thread *>(GetTLSValue(threadTLS)); in DeallocateCurrentThread()
|