Lines Matching refs:os
42 namespace nn { namespace os {
94 …ThreadPool(void* workBuffer, size_t numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemor…
130 …void Initialize(void* workBuffer, size_t numMaxWaitObjects, size_t numWorkerThreads, nn::os::Stack…
183 nn::os::CriticalSection m_WaitLock;
184 nn::os::Event m_WaitEvent;
187 nn::os::CriticalSection m_ExecuteLock;
188 nn::os::LightEvent m_ExecuteEvent;
220 …l(void* workBuffer, size_t numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock wo… in ThreadPool()
242 nn::os::Thread m_WorkerThread;
244 nn::os::CriticalSection m_ExecuteLock;
245 nn::os::LightEvent m_ExecuteEvent;
263 namespace nn { namespace os {
281 …virtual nn::os::WaitObject* GetWaitObject() { return reinterpret_cast<nn::os::WaitObject*&>(m_Wait… in GetWaitObject()
317 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolTask, nn::os::detail::ThreadPoolTaskForC,…
339 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolWaitTask, nn::os::detail::ThreadPoolWaitT…
360 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPool, nn::os::ThreadPool, 480, bit64);