Searched refs:threadPoolMemoryBlock (Results 1 – 1 of 1) sorted by relevance
41 MemoryBlock threadPoolMemoryBlock; //!< アラームスレッド用メモリブロック variable62 threadPoolMemoryBlock.Initialize(sizeof(nn::os::ThreadPool)); in InitializeAlarmSystem()64 …adPool) + ThreadPool::GetWorkBufferSize(100, NUM_ALARM_THREAD) <= threadPoolMemoryBlock.GetSize()); in InitializeAlarmSystem()65 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem()66 void* buffer = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress() + sizeof(ThreadPool)); in InitializeAlarmSystem()