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…
188 nn::os::CriticalSection m_WaitLock;
189 nn::os::Event m_WaitEvent;
193 nn::os::CriticalSection m_ExecuteLock;
194 nn::os::LightEvent m_ExecuteEvent;
218 …l(void* workBuffer, size_t numMaxWaitObjects, size_t numWorkerThreads, nn::os::StackMemoryBlock wo… in ThreadPool()
240 nn::os::Thread m_WorkerThread;
242 nn::os::CriticalSection m_ExecuteLock;
243 nn::os::LightEvent m_ExecuteEvent;
261 namespace nn { namespace os {
279 …virtual nn::os::WaitObject* GetWaitObject() { return reinterpret_cast<nn::os::WaitObject*&>(m_Wait… in GetWaitObject()
315 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolTask, nn::os::detail::ThreadPoolTaskForC,…
337 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolWaitTask, nn::os::detail::ThreadPoolWaitT…
358 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosThreadPool, nn::os::ThreadPool, 472, bit64);