Searched refs:threadPoolMemoryBlock (Results 1 – 1 of 1) sorted by relevance
42 MemoryBlock threadPoolMemoryBlock; // variable67 threadPoolMemoryBlock.Initialize(sizeof(nn::os::ThreadPool)); in InitializeAlarmSystem()69 …adPool) + ThreadPool::GetWorkBufferSize(100, NUM_ALARM_THREAD) <= threadPoolMemoryBlock.GetSize()); in InitializeAlarmSystem()70 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem()71 void* buffer = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress() + sizeof(ThreadPool)); in InitializeAlarmSystem()