Searched refs:threadPoolStorage (Results 1 – 1 of 1) sorted by relevance
70 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem() local72 …alarmThreadPool = new (threadPoolStorage) ThreadPool(buffer, 100, NUM_ALARM_THREAD, stacks, worker… in InitializeAlarmSystem()