Home
last modified time | relevance | path

Searched refs:onThreadStarted (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/Debug/
DEventListener.hpp34 virtual void onThreadStarted(ID<Thread>) {} in onThreadStarted() function in vk::dbg::ServerEventListener
DContext.cpp112 void onThreadStarted(Thread::ID id) override in onThreadStarted() function in __anon7be4066e0111::ServerEventBroadcaster
114 foreach([&](auto *l) { l->onThreadStarted(id); }); in onThreadStarted()
312 ctx->serverEventBroadcast()->onThreadStarted(id); in currentThread()
DServer.cpp53 void onThreadStarted(ID<Thread>) override;
518 void Server::Impl::onThreadStarted(ID<Thread> id) in onThreadStarted() function in vk::dbg::Server::Impl